From e2a55811dfa37986fa2d8633821b91867b07b1ba Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 11 Feb 2026 19:09:21 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...f5b9ff62a3e3d63674a5b3da292dfd166c659.json | 40 +++++++++++++++++++ index.json | 3 ++ sulu.automation-bundle.2.0.json | 40 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 archived/sulu.automation-bundle/488f5b9ff62a3e3d63674a5b3da292dfd166c659.json create mode 100644 sulu.automation-bundle.2.0.json diff --git a/RECIPES.md b/RECIPES.md index 8d50e95c..82194e75 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -618,6 +618,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.16](storyblok/symfony-bundle/1.16) | | [stripe/stripe-php](https://packagist.org/packages/stripe/stripe-php) | [19.0](stripe/stripe-php/19.0) | | [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) | +| [sulu/automation-bundle](https://packagist.org/packages/sulu/automation-bundle) | [2.0](sulu/automation-bundle/2.0) | | [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [3.0](sulu/form-bundle/3.0) | | [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) | | [sulu/redirect-bundle](https://packagist.org/packages/sulu/redirect-bundle) | [3.0](sulu/redirect-bundle/3.0) | diff --git a/archived/sulu.automation-bundle/488f5b9ff62a3e3d63674a5b3da292dfd166c659.json b/archived/sulu.automation-bundle/488f5b9ff62a3e3d63674a5b3da292dfd166c659.json new file mode 100644 index 00000000..16cd0fa5 --- /dev/null +++ b/archived/sulu.automation-bundle/488f5b9ff62a3e3d63674a5b3da292dfd166c659.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "sulu/automation-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluAutomationBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluAutomationBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_automation_admin.yaml": { + "contents": [ + "sulu_automation_api:", + " resource: \"@SuluAutomationBundle/Resources/config/routing_api.yml\"", + " prefix: /admin/api", + "", + "sulu_automation:", + " resource: \"@SuluAutomationBundle/Resources/config/routing.yml\"", + " prefix: /admin/automation", + "" + ], + "executable": false + } + }, + "ref": "488f5b9ff62a3e3d63674a5b3da292dfd166c659" + } + } +} diff --git a/index.json b/index.json index bf3d9d4d..b841da19 100644 --- a/index.json +++ b/index.json @@ -1987,6 +1987,9 @@ "sulu/article-bundle": [ "2.0" ], + "sulu/automation-bundle": [ + "2.0" + ], "sulu/form-bundle": [ "2.0", "2.2", diff --git a/sulu.automation-bundle.2.0.json b/sulu.automation-bundle.2.0.json new file mode 100644 index 00000000..16cd0fa5 --- /dev/null +++ b/sulu.automation-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "sulu/automation-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluAutomationBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluAutomationBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_automation_admin.yaml": { + "contents": [ + "sulu_automation_api:", + " resource: \"@SuluAutomationBundle/Resources/config/routing_api.yml\"", + " prefix: /admin/api", + "", + "sulu_automation:", + " resource: \"@SuluAutomationBundle/Resources/config/routing.yml\"", + " prefix: /admin/automation", + "" + ], + "executable": false + } + }, + "ref": "488f5b9ff62a3e3d63674a5b3da292dfd166c659" + } + } +}