1<?php
2
3# Default configuration for iCalendar Dokuwiki Plugin
4
5$meta['dformat'] = array('string');
6$meta['tformat'] = array('string');
7
8$meta['default'] = array('');
9$meta['list'] = array('');
10$meta['table'] = array('');
11
12# Add your own configuration for the showAs= syntax parameter
13#
14# Syntax:
15#
16# $meta['showAsLame'] = array('');
17#
18# Example:
19#
20# $meta['table'] = array('');
21#
22# will setup the configuration for showAs=table.
23#
24# You can set the default template for this parameter in default.php,
25# or set it up via the administration panel.
26
27?>