Refactor old naming
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 14:44:51 +01:00
parent 259fd297d3
commit 681eadaed0
11 changed files with 60 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
* Options for the filetools plugin
* Options for the luxtools plugin
*/
$conf['paths'] = '';
@@ -16,6 +16,6 @@ $conf['thumb_placeholder'] = ':wiki:thumb-placeholder.png';
// Thumbnails are still displayed as 150x150 on the page.
$conf['gallery_thumb_scale'] = 1;
// Local opener service used by {{open>...}}.
// Local client service used by {{open>...}}.
$conf['open_service_url'] = 'http://127.0.0.1:8765';
$conf['open_service_token'] = '';