xref: /plugin/todo/conf/default.php (revision 6adbf5017a708aa6edf897551c78ff7389b708c1)
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 :