Option for setting default parameters

This commit is contained in:
Andreas Gohr
2009-12-03 12:52:11 +01:00
committed by Adrian Lang
parent 9544d867a4
commit 0809416694
4 changed files with 7 additions and 0 deletions

View File

@@ -6,3 +6,4 @@
$conf['allow_in_comments'] = 0;
$conf['allowed_absolute_paths'] = DOKU_INC;
$conf['web_paths'] = DOKU_URL;
$conf['defaults'] = '';

View File

@@ -9,3 +9,5 @@
$meta['allow_in_comments'] = array('onoff');
$meta['allowed_absolute_paths'] = array('');
$meta['web_paths'] = array('');
$meta['defaults'] = array('string');