Files
luxtools-plugin/conf/default.php
2026-01-22 20:27:47 +01:00

40 lines
1.4 KiB
PHP

<?php
/**
* Options for the luxtools plugin
*/
$conf['paths'] = '';
$conf['scratchpad_paths'] = '';
// Legacy (advanced): additional default flags in the same syntax as inline options.
$conf['defaults'] = '';
$conf['extensions'] = '';
// Listing defaults (applied to directory/images unless overridden inline)
$conf['default_sort'] = 'name'; // name|iname|ctime|mtime|size
$conf['default_order'] = 'asc'; // asc|desc
$conf['default_tableheader'] = 0; // 0|1
$conf['default_foldersfirst'] = 0; // 0|1
$conf['default_recursive'] = 0; // 0|1
$conf['default_titlefile'] = '_title.txt';
$conf['default_cache'] = 0; // 0|1
$conf['default_randlinks'] = 0; // 0|1
$conf['default_showsize'] = 0; // 0|1
$conf['default_showdate'] = 0; // 0|1
$conf['default_tablecolumns'] = 'name'; // Comma-separated: name, size, date
$conf['default_maxheight'] = 500; // -1 disables scroll container
// 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';
// Image syntax defaults
$conf['default_image_width'] = 250;
$conf['default_image_align'] = 'right'; // left|right|center