simplified theme settings and standard layout (#586)
This commit is contained in:
@@ -10,15 +10,15 @@ admin_lte:
|
||||
# default image for missing user avatar images
|
||||
default_avatar: build/images/default_avatar.png
|
||||
# the color skin
|
||||
skin: skin-blue
|
||||
skin: skin-green
|
||||
# if activated, the boxed_layout will be deactivated
|
||||
fixed_layout: false
|
||||
fixed_layout: true
|
||||
# boxed layout (true) or full-screen (false)
|
||||
boxed_layout: false
|
||||
# initial collapsed state of the sidebar
|
||||
collapsed_sidebar: false
|
||||
# whether the logo collapses or not
|
||||
mini_sidebar: false
|
||||
mini_sidebar: true
|
||||
# tabs in the control_sidebar (right screen) can be configured, see:
|
||||
# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/control_sidebar.md
|
||||
control_sidebar:
|
||||
|
||||
Reference in New Issue
Block a user