Config documentation update

This commit is contained in:
ribas160 2025-02-08 21:49:27 +02:00
parent dce5a73444
commit edad5ba1e0
2 changed files with 26 additions and 8 deletions

View file

@ -46,7 +46,7 @@ class Configuration
'syntaxhighlightingtheme' => '',
'sizelimit' => 10485760,
'templateselection' => false,
'templatedefault' => 'bootstrap',
'templatedefault' => '',
'info' => 'More information on the <a href=\'https://privatebin.info/\'>project page</a>.',
'notice' => '',
'languageselection' => false,
@ -79,12 +79,14 @@ class Configuration
'markdown' => 'Markdown',
),
'available_templates' => array(
'page',
'bootstrap',
'bootstrap-compact',
'bootstrap-dark',
'bootstrap-page',
'bootstrap-dark',
'bootstrap-dark-page',
'bootstrap-compact',
'bootstrap-compact-page',
'bootstrap5',
'page',
),
'traffic' => array(
'limit' => 10,