From a80441d8d2a2a5c74841f03e730e9ce9c5f6b7bd Mon Sep 17 00:00:00 2001 From: Jean-Danyel Routhier Date: Fri, 15 Nov 2024 11:43:19 -0500 Subject: [PATCH] Add recipe for jeandanyel/list-bundle --- .../crud-bundle/0.1/config/routes/jeandanyel_crud.yaml | 2 ++ jeandanyel/crud-bundle/0.1/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml create mode 100644 jeandanyel/crud-bundle/0.1/manifest.json diff --git a/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml b/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml new file mode 100644 index 000000000..740330550 --- /dev/null +++ b/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml @@ -0,0 +1,2 @@ +jeandanyel_crud: + resource: "@JeandanyelCrudBundle/config/routes.yaml" diff --git a/jeandanyel/crud-bundle/0.1/manifest.json b/jeandanyel/crud-bundle/0.1/manifest.json new file mode 100644 index 000000000..d057f3fa2 --- /dev/null +++ b/jeandanyel/crud-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}