mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add setono/sylius-toggle-vat-plugin (#1794)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
setono_sylius_toggle_vat:
|
||||
# Whether to display prices with VAT or not by default
|
||||
display_with_vat: true
|
||||
@@ -0,0 +1,5 @@
|
||||
setono_sylius_toggle_vat:
|
||||
resource: "@SetonoSyliusToggleVatPlugin/Resources/config/routes.yaml"
|
||||
|
||||
# If your store doesn't use locales, use the following configuration file instead:
|
||||
# resource: "@SetonoSyliusToggleVatPlugin/Resources/config/routes_no_locale.yaml"
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Setono\\SyliusToggleVatPlugin\\SetonoSyliusToggleVatPlugin": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user