Files
luxtools-plugin/conf/default.php
luxick f86dce6ec3
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Remove auth token
2026-01-06 21:57:55 +01:00

21 lines
541 B
PHP

<?php
/**
* Options for the luxtools plugin
*/
$conf['paths'] = '';
$conf['allow_in_comments'] = 0;
$conf['defaults'] = '';
$conf['extensions'] = '';
// MediaManager ID for gallery thumbnail placeholder
$conf['thumb_placeholder'] = ':wiki:thumb-placeholder.png';
// Multiplier for gallery thumbnail generation size (1 = 150x150, 2 = 300x300).
// Thumbnails are still displayed as 150x150 on the page.
$conf['gallery_thumb_scale'] = 1;
// Local client service used by {{open>...}}.
$conf['open_service_url'] = 'http://127.0.0.1:8765';