Files
luxtools-plugin/lang/en/settings.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

11 lines
560 B
PHP

<?php
$lang['allow_in_comments'] = 'Whether to allow the files syntax to be used in comments.';
$lang['defaults'] = 'Default options. Use the same syntax as in inline configuration';
$lang['extensions'] = 'Comma-separated list of allowed file extensions to list';
$lang['thumb_placeholder'] = 'MediaManager ID for the gallery thumbnail placeholder';
$lang['open_service_url'] = 'Local opener service URL for the {{open>...}} button (e.g. http://127.0.0.1:8765).';
$lang['open_service_token'] = 'Token sent to the local opener service (X-Filetools-Token).';