Files
symfony-flex-recipes-contrib/kevinpapst.adminlte-bundle.0.9.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

58 lines
2.5 KiB
JSON

{
"manifests": {
"kevinpapst/adminlte-bundle": {
"manifest": {
"bundles": {
"KevinPapst\\AdminLTEBundle\\AdminLTEBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Finish</> bundle configuration:",
" 1. Open <comment>config/packages/admin_lte.yaml</> and adjust to your needs",
" 2. Create a layout file that uses:",
"",
" {% extends '@AdminLTE/layout/default-layout.html.twig' %}",
"",
"Documentation: https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/"
]
},
"files": {
"config/packages/admin_lte.yaml": {
"contents": [
"# 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: false",
"",
" routes:",
" adminlte_welcome: home",
" adminlte_login: login",
" adminlte_profile: profile",
""
],
"executable": false
}
},
"ref": "36a77f782cd6f7cd761384c6a301fedf018e37e5"
}
}
}