first commit. dokuwiki.
[h2N7SspZmY.git] / lib / plugins / todo / conf / default.php
blob1eafddb16b9c0c49d441d8304f28b4327b612b0a
1 <?php
2 /**
3 * Options for the ToDo Plugin
4 */
6 $conf['AllowLinks'] = 0; // Should the Todo's also Link to Files
7 $conf['ActionNamespace'] = ''; //What should the default namespace for actions be
8 $conf['Strikethrough'] = 1; // Should text have strikethrough when checked
9 $conf['CheckboxText'] = 1; //Should we allow action text to check the checkbox
11 //Setup VIM: ex: et ts=2 enc=utf-8 :