xref: /plugin/todo/conf/default.php (revision aa11d6a46e34fdcba785525ca93431f9f30b4c89)
1<?php
2/**
3 * Options for the ToDo Plugin
4 */
5
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
10
11//Setup VIM: ex: et ts=2 enc=utf-8 :