mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
Config documentation update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user