Files
symfony-flex-recipes-contrib/byte-artist.menu-bundle.0.1.json
T
github-action[bot]andgithub-action[bot] 184175f832 Update Flex endpoint
2022-02-19 09:33:14 +00:00

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"
}
}
}