You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
817 B
24 lines
817 B
# Configuration file for the AdminLTE bundle
|
|
#
|
|
# For more information about the bundle settings visit:
|
|
# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/configurations.md
|
|
#
|
|
# For tabs in the control_sidebar (right screen) add the 'control_sidebar' config key:
|
|
# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/control_sidebar.md
|
|
|
|
admin_lte:
|
|
options:
|
|
skin: skin-blue
|
|
fixed_layout: false
|
|
boxed_layout: false
|
|
collapsed_sidebar: false
|
|
mini_sidebar: false
|
|
|
|
knp_menu:
|
|
enable: true
|
|
|
|
routes:
|
|
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
|