xref: /plugin/todo/conf/metadata.php (revision 61e401ff5d49ea4fef1c5bcff3b37b6a9b6f508a)
1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the ToDo Plugin
5 *
6 * @author    Babbage <babbage@digitalbrink.com>
7 */
8
9$meta['AllowLinks'] = array('onoff');
10$meta['ActionNamespace'] = array('string');
11$meta['Strikethrough'] = array('onoff');
12$meta['CheckboxText'] = array('onoff');
13$meta['Checkbox'] = array('onoff');
14$meta['Header'] = array('multichoice', '_choices' => array('id','firstheader'));
15$meta['Username'] = array('multichoice', '_choices' => array('user','real','none'));
16
17//Setup VIM: ex: et ts=2 enc=utf-8 :
18