From a49f63a8b327a25eb7fa969b1e167b22972ee002 Mon Sep 17 00:00:00 2001 From: Andreas Kempe Date: Sat, 19 Feb 2022 10:33:01 +0100 Subject: [PATCH] add byte-artist/menu-bundle v.0.1 (#1343) --- byte-artist/menu-bundle/0.1/config/packages/menu.yaml | 9 +++++++++ byte-artist/menu-bundle/0.1/manifest.json | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 byte-artist/menu-bundle/0.1/config/packages/menu.yaml create mode 100644 byte-artist/menu-bundle/0.1/manifest.json 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%/" + } +}