17 lines
386 B
PHP
17 lines
386 B
PHP
<?php
|
|
|
|
/**
|
|
* Metadata for configuration manager plugin
|
|
* Additions for the filetools plugin
|
|
*
|
|
* @author Gina Haeussge <osd@foosel.net>
|
|
*/
|
|
|
|
$meta['paths'] = array('');
|
|
$meta['allow_in_comments'] = array('onoff');
|
|
$meta['defaults'] = array('string');
|
|
$meta['extensions'] = array('string');
|
|
|
|
$meta['open_service_url'] = array('string');
|
|
$meta['open_service_token'] = array('string');
|