Add single image display.

This commit is contained in:
2026-01-19 09:16:02 +01:00
parent 95a0e94b4a
commit 8aa022feff
14 changed files with 390 additions and 59 deletions

View File

@@ -6,7 +6,6 @@
$conf['paths'] = '';
$conf['scratchpad_paths'] = '';
$conf['allow_in_comments'] = 0;
// Legacy (advanced): additional default flags in the same syntax as inline options.
$conf['defaults'] = '';
$conf['extensions'] = '';
@@ -23,6 +22,7 @@ $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_listsep'] = ', ';
$conf['default_maxheight'] = 500; // -1 disables scroll container