diff --git a/RECIPES.md b/RECIPES.md index 1be2d197..6c8a5bef 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -729,7 +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) | +| [yiggle/form-wizard-bundle](https://packagist.org/packages/yiggle/form-wizard-bundle) | [0.2](yiggle/form-wizard-bundle/0.2) | | [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/0a476726b27a0e65e67575517d63113b6c693d82.json b/archived/yiggle.form-wizard-bundle/0a476726b27a0e65e67575517d63113b6c693d82.json new file mode 100644 index 00000000..403d7527 --- /dev/null +++ b/archived/yiggle.form-wizard-bundle/0a476726b27a0e65e67575517d63113b6c693d82.json @@ -0,0 +1,87 @@ +{ + "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\u200d\u2642\ufe0f ", + " ", + "", + "Next steps:", + "", + " 1. Import the admin integration in your Sulu admin app", + "", + " import 'yiggle-form-wizard-bundle';", + "", + " 2. Rebuild the Sulu admin assets", + "", + " bin/adminconsole sulu:admin:update-build", + "", + "", + "Optional styling:", + "", + " import 'yiggle-form-wizard-bundle/assets/styles/form_wizard.css';", + "", + "", + "Database:", + "", + " bin/console doctrine:migrations:migrate", + "", + "", + "Configuration:", + "", + " config/packages/yiggle_form_wizard.yaml", + "", + "", + "You're ready to start building form wizards! \u2728", + "Docs: https://github.com/yiggle/form-wizard-bundle" + ] + }, + "files": { + "config/packages/yiggle_form_wizard.yaml": { + "contents": [ + "yiggle_form_wizard:", + " notifiers:", + " email:", + " default_from_email: '%env(default::YIGGLE_FORM_WIZARD_DEFAULT_FROM_EMAIL)%'", + " default_from_name: '%env(default::YIGGLE_FORM_WIZARD_DEFAULT_FROM_NAME)%'", + "", + " payment:", + " mollie:", + " enabled: '%env(bool:default::YIGGLE_FORM_WIZARD_MOLLIE_ENABLED)%'", + " api_key: '%env(default::YIGGLE_FORM_WIZARD_MOLLIE_API_KEY)%'", + " webhook_url_base: '%env(default::YIGGLE_FORM_WIZARD_MOLLIE_WEBHOOK_URL_BASE)%'", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard.yaml": { + "contents": [ + "yiggle_form_wizard:", + " resource: '@YiggleFormWizardBundle/config/routes/website.yaml'", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard_admin.yaml": { + "contents": [ + "yiggle_form_wizard_admin:", + " resource: '@YiggleFormWizardBundle/config/routes/admin.yaml'", + "" + ], + "executable": false + } + }, + "ref": "0a476726b27a0e65e67575517d63113b6c693d82" + } + } +} diff --git a/index.json b/index.json index bf8a44a4..7bb56118 100644 --- a/index.json +++ b/index.json @@ -2362,7 +2362,8 @@ "1.0" ], "yiggle/form-wizard-bundle": [ - "0.1" + "0.1", + "0.2" ], "youritservices/mock-server-bundle": [ "1.0" diff --git a/yiggle.form-wizard-bundle.0.2.json b/yiggle.form-wizard-bundle.0.2.json new file mode 100644 index 00000000..403d7527 --- /dev/null +++ b/yiggle.form-wizard-bundle.0.2.json @@ -0,0 +1,87 @@ +{ + "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\u200d\u2642\ufe0f ", + " ", + "", + "Next steps:", + "", + " 1. Import the admin integration in your Sulu admin app", + "", + " import 'yiggle-form-wizard-bundle';", + "", + " 2. Rebuild the Sulu admin assets", + "", + " bin/adminconsole sulu:admin:update-build", + "", + "", + "Optional styling:", + "", + " import 'yiggle-form-wizard-bundle/assets/styles/form_wizard.css';", + "", + "", + "Database:", + "", + " bin/console doctrine:migrations:migrate", + "", + "", + "Configuration:", + "", + " config/packages/yiggle_form_wizard.yaml", + "", + "", + "You're ready to start building form wizards! \u2728", + "Docs: https://github.com/yiggle/form-wizard-bundle" + ] + }, + "files": { + "config/packages/yiggle_form_wizard.yaml": { + "contents": [ + "yiggle_form_wizard:", + " notifiers:", + " email:", + " default_from_email: '%env(default::YIGGLE_FORM_WIZARD_DEFAULT_FROM_EMAIL)%'", + " default_from_name: '%env(default::YIGGLE_FORM_WIZARD_DEFAULT_FROM_NAME)%'", + "", + " payment:", + " mollie:", + " enabled: '%env(bool:default::YIGGLE_FORM_WIZARD_MOLLIE_ENABLED)%'", + " api_key: '%env(default::YIGGLE_FORM_WIZARD_MOLLIE_API_KEY)%'", + " webhook_url_base: '%env(default::YIGGLE_FORM_WIZARD_MOLLIE_WEBHOOK_URL_BASE)%'", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard.yaml": { + "contents": [ + "yiggle_form_wizard:", + " resource: '@YiggleFormWizardBundle/config/routes/website.yaml'", + "" + ], + "executable": false + }, + "config/routes/yiggle_form_wizard_admin.yaml": { + "contents": [ + "yiggle_form_wizard_admin:", + " resource: '@YiggleFormWizardBundle/config/routes/admin.yaml'", + "" + ], + "executable": false + } + }, + "ref": "0a476726b27a0e65e67575517d63113b6c693d82" + } + } +}