22 lines
550 B
PHP
22 lines
550 B
PHP
<?php
|
|
|
|
/**
|
|
* Metadata for configuration manager plugin
|
|
* Additions for the luxtools 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['thumb_placeholder'] = array('string');
|
|
|
|
// Thumbnail generation scale factor for the {{images>...}} gallery.
|
|
$meta['gallery_thumb_scale'] = array('string');
|
|
|
|
$meta['open_service_url'] = array('string');
|
|
$meta['open_service_token'] = array('string');
|