mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-10 07:20:43 -04:00
Config documentation update
This commit is contained in:
parent
dce5a73444
commit
edad5ba1e0
2 changed files with 26 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue