Add setono/sylius-toggle-vat-plugin (#1794)

This commit is contained in:
Joachim Løvgaard
2025-05-10 16:17:38 +02:00
committed by GitHub
parent d6ebc31f32
commit f275590ef7
3 changed files with 16 additions and 0 deletions
@@ -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%/"
}
}