SitemapPlugin 2.0 for Sylius flex recipe update (#1448)

This commit is contained in:
ehibes
2022-10-25 12:03:56 +02:00
committed by GitHub
parent 4b9f3e7f21
commit f6e81958da
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
imports:
- { resource: "@SitemapPlugin/Resources/config/config.yaml" }

View File

@@ -0,0 +1,2 @@
sylius_sitemap:
resource: "@SitemapPlugin/Resources/config/routing.yml"

View File

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