Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-10 14:17:52 +00:00
parent 1c9980056f
commit 8f9170119b
4 changed files with 82 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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"
}
}
}
+3
View File
@@ -1686,6 +1686,9 @@
"setono/google-analytics-bundle": [
"1.0"
],
"setono/sylius-toggle-vat-plugin": [
"1.0"
],
"sg/datatablesbundle": [
"1.0"
],
+39
View File
@@ -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"
}
}
}