diff --git a/RECIPES.md b/RECIPES.md index 2a300b57..1be2d197 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -729,6 +729,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [xcore/inline-editing-bundle](https://packagist.org/packages/xcore/inline-editing-bundle) | [1.2](xcore/inline-editing-bundle/1.2) | | [xiidea/easy-audit](https://packagist.org/packages/xiidea/easy-audit) | [2.0](xiidea/easy-audit/2.0) | | [yamilovs/sms-bundle](https://packagist.org/packages/yamilovs/sms-bundle) | [1.0](yamilovs/sms-bundle/1.0) | +| [yiggle/form-wizard-bundle](https://packagist.org/packages/yiggle/form-wizard-bundle) | [0.1](yiggle/form-wizard-bundle/0.1) | | [youritservices/mock-server-bundle](https://packagist.org/packages/youritservices/mock-server-bundle) | [1.0](youritservices/mock-server-bundle/1.0) | | [yousign/zdd-message-bundle](https://packagist.org/packages/yousign/zdd-message-bundle) | [2.0](yousign/zdd-message-bundle/2.0) | | [ywh/cvss-bundle](https://packagist.org/packages/ywh/cvss-bundle) | [1.0](ywh/cvss-bundle/1.0) | diff --git a/archived/yiggle.form-wizard-bundle/a388560afcf950edf063672a31c313bbde6f8ef8.json b/archived/yiggle.form-wizard-bundle/a388560afcf950edf063672a31c313bbde6f8ef8.json new file mode 100644 index 00000000..abc6ec15 --- /dev/null +++ b/archived/yiggle.form-wizard-bundle/a388560afcf950edf063672a31c313bbde6f8ef8.json @@ -0,0 +1,71 @@ +{ + "manifests": { + "yiggle/form-wizard-bundle": { + "manifest": { + "bundles": { + "Yiggle\\FormWizardBundle\\YiggleFormWizardBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "post-install-output": [ + " ", + " Yiggle Form Wizard Bundle Installed! \ud83e\uddd9 ", + " ", + "", + "Next steps:", + " 1. Run database migrations:", + " php bin/console doctrine:migrations:diff", + " php bin/console doctrine:migrations:migrate", + "", + " 2. Configure your bundle in config/packages/yiggle_form_wizard.yaml:", + " - Set your default_from_email", + " - Enable Mollie payments if needed", + "", + " 3. (Optional) Enable the Stimulus controller in assets/controllers.json", + " for multi-step AJAX UX with Turbo frames.", + "", + "Read the documentation at https://github.com/Predjee/form-wizard-bundle" + ] + }, + "files": { + "config/packages/yiggle_form_wizard.yaml": { + "contents": [ + "yiggle_form_wizard:", + " notifiers:", + " email:", + " default_from_email: 'noreply@example.com'", + " default_from_name: 'Form Wizard'", + " payment:", + " mollie:", + " enabled: false", + " api_key: null", + " webhook_url_base: null", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard_admin.yaml": { + "contents": [ + "yiggle_form_wizard_admin:", + " resource: '@YiggleFormWizardBundle/config/routes/admin.yaml'", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard_website.yaml": { + "contents": [ + "yiggle_form_wizard:", + " resource: '@YiggleFormWizardBundle/config/routes/website.yaml'", + "" + ], + "executable": false + } + }, + "ref": "a388560afcf950edf063672a31c313bbde6f8ef8" + } + } +} diff --git a/index.json b/index.json index aadbc27d..bf8a44a4 100644 --- a/index.json +++ b/index.json @@ -2361,6 +2361,9 @@ "yamilovs/sms-bundle": [ "1.0" ], + "yiggle/form-wizard-bundle": [ + "0.1" + ], "youritservices/mock-server-bundle": [ "1.0" ], diff --git a/yiggle.form-wizard-bundle.0.1.json b/yiggle.form-wizard-bundle.0.1.json new file mode 100644 index 00000000..abc6ec15 --- /dev/null +++ b/yiggle.form-wizard-bundle.0.1.json @@ -0,0 +1,71 @@ +{ + "manifests": { + "yiggle/form-wizard-bundle": { + "manifest": { + "bundles": { + "Yiggle\\FormWizardBundle\\YiggleFormWizardBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "post-install-output": [ + " ", + " Yiggle Form Wizard Bundle Installed! \ud83e\uddd9 ", + " ", + "", + "Next steps:", + " 1. Run database migrations:", + " php bin/console doctrine:migrations:diff", + " php bin/console doctrine:migrations:migrate", + "", + " 2. Configure your bundle in config/packages/yiggle_form_wizard.yaml:", + " - Set your default_from_email", + " - Enable Mollie payments if needed", + "", + " 3. (Optional) Enable the Stimulus controller in assets/controllers.json", + " for multi-step AJAX UX with Turbo frames.", + "", + "Read the documentation at https://github.com/Predjee/form-wizard-bundle" + ] + }, + "files": { + "config/packages/yiggle_form_wizard.yaml": { + "contents": [ + "yiggle_form_wizard:", + " notifiers:", + " email:", + " default_from_email: 'noreply@example.com'", + " default_from_name: 'Form Wizard'", + " payment:", + " mollie:", + " enabled: false", + " api_key: null", + " webhook_url_base: null", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard_admin.yaml": { + "contents": [ + "yiggle_form_wizard_admin:", + " resource: '@YiggleFormWizardBundle/config/routes/admin.yaml'", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard_website.yaml": { + "contents": [ + "yiggle_form_wizard:", + " resource: '@YiggleFormWizardBundle/config/routes/website.yaml'", + "" + ], + "executable": false + } + }, + "ref": "a388560afcf950edf063672a31c313bbde6f8ef8" + } + } +}