feat: add sitemap plugin as recipe

This commit is contained in:
FESLARD Margaux
2020-12-03 17:44:32 +01:00
parent a8ee364a25
commit 67680cdd2c
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,2 @@
imports:
- { resource: "@SitemapPlugin/Resources/config/config.yml" }
@@ -0,0 +1,2 @@
sylius_sitemap:
resource: "@SitemapPlugin/Resources/config/routing.yml"
@@ -0,0 +1,8 @@
{
"bundles": {
"SitemapPlugin\\SitemapPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}