Add recipe for jeandanyel/list-bundle (#1706)

* Add recipe for jeandanyel/list-bundle

* Fix indentation in config/routes/jeandanyel_list.yaml

* Add a newline at the end of manifest.json

* Rename the version folder from 1.0 to 0.1
This commit is contained in:
Jean-Danyel Routhier
2024-11-14 17:21:00 -05:00
committed by GitHub
parent dd311ac807
commit 3253de0abf
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
jeandanyel_list:
resource: "@JeandanyelListBundle/config/routes.yaml"

View File

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