From 8f9170119b328c1260bdfa918e1ea6772aee8af7 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 10 May 2025 14:17:52 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...24c88e007991d3cb6a4e0819f38012b927fd3.json | 39 +++++++++++++++++++ index.json | 3 ++ setono.sylius-toggle-vat-plugin.1.0.json | 39 +++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 archived/setono.sylius-toggle-vat-plugin/e5724c88e007991d3cb6a4e0819f38012b927fd3.json create mode 100644 setono.sylius-toggle-vat-plugin.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 2818a069..5a783a39 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -528,6 +528,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sensiolabs/storybook-bundle](https://packagist.org/packages/sensiolabs/storybook-bundle) | [0.1](sensiolabs/storybook-bundle/0.1) | | [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) | | [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) | +| [setono/sylius-toggle-vat-plugin](https://packagist.org/packages/setono/sylius-toggle-vat-plugin) | [1.0](setono/sylius-toggle-vat-plugin/1.0) | | [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) | | [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [4.0](shopware/app-bundle/4.0) | | [siburuxue/doctrine-helper](https://packagist.org/packages/siburuxue/doctrine-helper) | [1.0](siburuxue/doctrine-helper/1.0) | diff --git a/archived/setono.sylius-toggle-vat-plugin/e5724c88e007991d3cb6a4e0819f38012b927fd3.json b/archived/setono.sylius-toggle-vat-plugin/e5724c88e007991d3cb6a4e0819f38012b927fd3.json new file mode 100644 index 00000000..7e462dfb --- /dev/null +++ b/archived/setono.sylius-toggle-vat-plugin/e5724c88e007991d3cb6a4e0819f38012b927fd3.json @@ -0,0 +1,39 @@ +{ + "manifests": { + "setono/sylius-toggle-vat-plugin": { + "manifest": { + "bundles": { + "Setono\\SyliusToggleVatPlugin\\SetonoSyliusToggleVatPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/setono_sylius_toggle_vat.yaml": { + "contents": [ + "setono_sylius_toggle_vat:", + " # Whether to display prices with VAT or not by default", + " display_with_vat: true", + "" + ], + "executable": false + }, + "config/routes/setono_sylius_toggle_vat.yaml": { + "contents": [ + "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\"", + "" + ], + "executable": false + } + }, + "ref": "e5724c88e007991d3cb6a4e0819f38012b927fd3" + } + } +} diff --git a/index.json b/index.json index 1280adf8..ae38476b 100644 --- a/index.json +++ b/index.json @@ -1686,6 +1686,9 @@ "setono/google-analytics-bundle": [ "1.0" ], + "setono/sylius-toggle-vat-plugin": [ + "1.0" + ], "sg/datatablesbundle": [ "1.0" ], diff --git a/setono.sylius-toggle-vat-plugin.1.0.json b/setono.sylius-toggle-vat-plugin.1.0.json new file mode 100644 index 00000000..7e462dfb --- /dev/null +++ b/setono.sylius-toggle-vat-plugin.1.0.json @@ -0,0 +1,39 @@ +{ + "manifests": { + "setono/sylius-toggle-vat-plugin": { + "manifest": { + "bundles": { + "Setono\\SyliusToggleVatPlugin\\SetonoSyliusToggleVatPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/setono_sylius_toggle_vat.yaml": { + "contents": [ + "setono_sylius_toggle_vat:", + " # Whether to display prices with VAT or not by default", + " display_with_vat: true", + "" + ], + "executable": false + }, + "config/routes/setono_sylius_toggle_vat.yaml": { + "contents": [ + "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\"", + "" + ], + "executable": false + } + }, + "ref": "e5724c88e007991d3cb6a4e0819f38012b927fd3" + } + } +}