diff --git a/byte-artist/menu-bundle/0.1/config/packages/menu.yaml b/byte-artist/menu-bundle/0.1/config/packages/menu.yaml new file mode 100644 index 00000000..48aed3c2 --- /dev/null +++ b/byte-artist/menu-bundle/0.1/config/packages/menu.yaml @@ -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) diff --git a/byte-artist/menu-bundle/0.1/manifest.json b/byte-artist/menu-bundle/0.1/manifest.json new file mode 100644 index 00000000..2fd5abcf --- /dev/null +++ b/byte-artist/menu-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ByteArtist\\MenuBundle\\MenuBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}