add byte-artist/menu-bundle v.0.1 (#1343)

This commit is contained in:
Andreas Kempe
2022-02-19 10:33:01 +01:00
committed by GitHub
parent aa37b85429
commit a49f63a8b3
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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)

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"ByteArtist\\MenuBundle\\MenuBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}