mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-03 17:15:33 -05:00
Use the traditional "template" config key, update unit-tests
This commit is contained in:
parent
bce449de10
commit
5b54f2cdb0
5 changed files with 28 additions and 12 deletions
|
|
@ -46,7 +46,7 @@ class Configuration
|
|||
'syntaxhighlightingtheme' => '',
|
||||
'sizelimit' => 10485760,
|
||||
'templateselection' => false,
|
||||
'templatedefault' => '',
|
||||
'template' => 'bootstrap',
|
||||
'info' => 'More information on the <a href=\'https://privatebin.info/\'>project page</a>.',
|
||||
'notice' => '',
|
||||
'languageselection' => false,
|
||||
|
|
@ -79,13 +79,13 @@ class Configuration
|
|||
'markdown' => 'Markdown',
|
||||
),
|
||||
'available_templates' => array(
|
||||
'bootstrap5',
|
||||
'bootstrap',
|
||||
'bootstrap-page',
|
||||
'bootstrap-dark',
|
||||
'bootstrap-dark-page',
|
||||
'bootstrap-compact',
|
||||
'bootstrap-compact-page',
|
||||
'bootstrap5',
|
||||
'page',
|
||||
),
|
||||
'traffic' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue