mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"byte-artist/menu-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ByteArtist\\MenuBundle\\MenuBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/menu.yaml": {
|
|
"contents": [
|
|
"menu:",
|
|
" type: default # bootstrap, default, list, div (list is default)",
|
|
"# brand_name: Brand Name # optional, only for bootstrap",
|
|
"# use_orig_css: true # flag to use the original css for current menu type, default true, optional",
|
|
"# use_orig_js: true # flag to use the original javascript for current menu type, default true, optional",
|
|
"# pages: # list of menu entries",
|
|
"# label_trans_token:",
|
|
"# path: existing_route_name",
|
|
"# pages: (optional sub pages)",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "cd3c9263556d8323de75ca47584f7c2f0d30856c"
|
|
}
|
|
}
|
|
}
|