Files
luxtools-plugin/conf/metadata.php
luxick 23403bcc4f
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Thumbnails verison 1
2026-01-06 10:40:19 +01:00

19 lines
433 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');
$meta['open_service_url'] = array('string');
$meta['open_service_token'] = array('string');