mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Move menu mode to its own tab
This should get a fancy form field soon
This commit is contained in:
parent
02165a8a4a
commit
706f0637f4
@ -8,7 +8,7 @@ use Less_Parser;
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Backend settings that affect all users
|
||||
* Brand settings that affect all users
|
||||
*
|
||||
* @package october\backend
|
||||
* @author Alexey Bobkov, Samuel Georges
|
||||
|
@ -28,33 +28,33 @@ tabs:
|
||||
primary_color:
|
||||
label: backend::lang.branding.primary_color
|
||||
type: colorpicker
|
||||
tab: backend::lang.branding.appearance
|
||||
tab: backend::lang.branding.colors
|
||||
availableColors: [#16a085, #27ae60, #3498db, #9b59b6, #34495e, #f1c40f, #e67e22, #e74c3c, #ecf0f1, #95a5a6]
|
||||
|
||||
secondary_color:
|
||||
label: backend::lang.branding.secondary_color
|
||||
type: colorpicker
|
||||
tab: backend::lang.branding.appearance
|
||||
tab: backend::lang.branding.colors
|
||||
availableColors: [#16a085, #27ae60, #2980b9, #8e44ad, #34495e, #f39c12, #d35400, #c0392b, #bdc3c7, #7f8c8d]
|
||||
|
||||
accent_color:
|
||||
label: backend::lang.branding.accent_color
|
||||
type: colorpicker
|
||||
tab: backend::lang.branding.appearance
|
||||
tab: backend::lang.branding.colors
|
||||
availableColors: [#16a085, #27ae60, #3498db, #9b59b6, #34495e, #f1c40f, #e67e22, #e74c3c, #ecf0f1, #95a5a6]
|
||||
|
||||
menu_mode:
|
||||
label: backend::lang.branding.menu_mode
|
||||
tab: backend::lang.branding.navigation
|
||||
type: radio
|
||||
options:
|
||||
inline: backend::lang.branding.menu_mode_inline
|
||||
tile: backend::lang.branding.menu_mode_tile
|
||||
collapse: backend::lang.branding.menu_mode_collapsed
|
||||
|
||||
custom_css:
|
||||
label: backend::lang.branding.custom_stylesheet
|
||||
type: codeeditor
|
||||
tab: backend::lang.branding.styles
|
||||
size: giant
|
||||
language: css
|
||||
|
||||
menu_mode:
|
||||
label: Menu display mode
|
||||
tab: backend::lang.branding.appearance
|
||||
type: radio
|
||||
options:
|
||||
inline: Inline
|
||||
tile: Tiles
|
||||
collapse: Collapsed
|
||||
|
Loading…
x
Reference in New Issue
Block a user