Files
luxtools-plugin/conf/metadata.php
luxick f8d5dafc62
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Add setting for thumbnail scaling
2026-01-06 14:23:16 +01:00

22 lines
551 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['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');