add contents
This commit is contained in:
19
lib/plugins/todo/conf/metadata.php
Normal file
19
lib/plugins/todo/conf/metadata.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Metadata for configuration manager plugin
|
||||
* Additions for the ToDo Plugin
|
||||
*
|
||||
* @author Babbage <babbage@digitalbrink.com>
|
||||
*/
|
||||
|
||||
$meta['AllowLinks'] = array('onoff');
|
||||
$meta['ActionNamespace'] = array('string');
|
||||
$meta['Strikethrough'] = array('onoff');
|
||||
$meta['CheckboxText'] = array('onoff');
|
||||
$meta['Checkbox'] = array('onoff');
|
||||
$meta['Header'] = array('multichoice', '_choices' => array('id','firstheader','none'));
|
||||
$meta['Username'] = array('multichoice', '_choices' => array('user','real','none'));
|
||||
$meta['ShowdateTag'] = array('onoff');
|
||||
$meta['ShowdateList'] = array('onoff');
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
Reference in New Issue
Block a user