added option to limit listings to certain file extensions
This commit is contained in:
committed by
Adrian Lang
parent
30f6a886d8
commit
a269b44c6a
@@ -7,3 +7,4 @@ $conf['allow_in_comments'] = 0;
|
||||
$conf['allowed_absolute_paths'] = DOKU_INC;
|
||||
$conf['web_paths'] = DOKU_URL;
|
||||
$conf['defaults'] = '';
|
||||
$conf['extensions'] = '';
|
||||
|
||||
@@ -10,4 +10,5 @@ $meta['allow_in_comments'] = array('onoff');
|
||||
$meta['allowed_absolute_paths'] = array('');
|
||||
$meta['web_paths'] = array('');
|
||||
$meta['defaults'] = array('string');
|
||||
$meta['extensions'] = array('string');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user