mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
add byte-artist/menu-bundle v.0.1 (#1343)
This commit is contained in:
9
byte-artist/menu-bundle/0.1/config/packages/menu.yaml
Normal file
9
byte-artist/menu-bundle/0.1/config/packages/menu.yaml
Normal 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)
|
||||
8
byte-artist/menu-bundle/0.1/manifest.json
Normal file
8
byte-artist/menu-bundle/0.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"ByteArtist\\MenuBundle\\MenuBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user