33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
# Configuration file for the AdminLTE bundle
|
|
#
|
|
# For more information about the settings visit:
|
|
# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/configurations.md
|
|
admin_lte:
|
|
options:
|
|
# default image for missing user avatar images
|
|
default_avatar: build/images/default_avatar.png
|
|
# the color skin
|
|
skin: skin-green
|
|
# if activated, the boxed_layout will be deactivated
|
|
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: true
|
|
|
|
theme:
|
|
widget:
|
|
use_footer: false
|
|
type: secondary
|
|
solid: false
|
|
|
|
routes:
|
|
adminlte_profile: user_profile
|
|
adminlte_welcome: homepage
|
|
adminlte_login: fos_user_security_login
|
|
adminlte_login_check: fos_user_security_check
|
|
adminlte_registration: fos_user_registration_register
|
|
adminlte_password_reset: fos_user_resetting_request
|