Home
last modified time | relevance | path

Searched +full:allowlinks +(+path:plugin +path:todo) -(+path:plugin +path:todo +path:lang) (Results 1 – 3 of 3) sorted by last modified time

/plugin/todo/syntax/
H A Dtodo.php322 if($this->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
332 if($this->getConf("AllowLinks")) {
/plugin/todo/conf/
H A Ddefault.php6 $conf['AllowLinks'] = 0; // Should the Todo's also Link to Files
H A Dmetadata.php9 $meta['AllowLinks'] = array('onoff');