xref: /plugin/wikicalendar-ng/conf/metadata.php (revision f2c8909cea2a329fde7d9b17b16174be3cbf9305)
1<?php
2/**
3 * Configuration metadata for DokuWiki Plugin Wikicalendar
4 * @author Michael Klier <chi@chimeric.de>
5 */
6$meta['weekstart'] = array('multichoice', '_choices' => array('Monday', 'Sunday'));
7