mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
48 lines
2.4 KiB
JSON
48 lines
2.4 KiB
JSON
{
|
|
"locks": {
|
|
"kevinpapst/adminlte-bundle": {
|
|
"version": "0.9",
|
|
"recipe": {
|
|
"repo": "0.9",
|
|
"branch": "master",
|
|
"version": "0.9",
|
|
"ref": "36a77f782cd6f7cd761384c6a301fedf018e37e5"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"kevinpapst/adminlte-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "kevinpapst/adminlte-bundle",
|
|
"version": "0.9",
|
|
"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\n#\n# For more information about the bundle settings visit:\n# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/configurations.md\n#\n# For tabs in the control_sidebar (right screen) add the 'control_sidebar' config key:\n# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/control_sidebar.md\n\nadmin_lte:\n options:\n skin: skin-blue\n fixed_layout: false\n boxed_layout: false\n collapsed_sidebar: false\n mini_sidebar: false\n\n knp_menu:\n enable: false\n\n routes:\n adminlte_welcome: home\n adminlte_login: login\n adminlte_profile: profile\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "kevinpapst/adminlte-bundle:0.9@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |