12 lines
264 B
PHP
12 lines
264 B
PHP
<?php
|
|
/**
|
|
* Metadata for configuration manager plugin
|
|
* Additions for the filelist plugin
|
|
*
|
|
* @author Gina Haeussge <osd@foosel.net>
|
|
*/
|
|
|
|
$meta['allow_in_comments'] = array('onoff');
|
|
$meta['allowed_absolute_paths'] = array('');
|
|
$meta['web_paths'] = array('');
|