Add own admin page for the plugin
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 22:39:21 +01:00
parent f86dce6ec3
commit 6a396ce511
16 changed files with 269 additions and 50 deletions

View File

@@ -2,19 +2,10 @@
/**
* Metadata for configuration manager plugin
* Additions for the luxtools plugin
*
* @author Gina Haeussge <osd@foosel.net>
* NOTE: luxtools settings are managed via the plugin's dedicated admin page
* (Admin -> Additional Plugins). Therefore, we intentionally do not expose
* any settings to the Configuration Manager.
*/
$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 = [];