<?php

# Default configuration for iCalendar Dokuwiki Plugin

$meta['dformat'] = array('string');
$meta['tformat'] = array('string');

$meta['default'] = array('');
$meta['list'] = array('');
$meta['table'] = array('');

# Add your own configuration for the showAs= syntax parameter
#
# Syntax:
#
# $meta['showAsLame'] = array('');
#
# Example:
#
# $meta['table'] = array('');
#
# will setup the configuration for showAs=table.
#
# You can set the default template for this parameter in default.php,
# or set it up via the administration panel.

?>