Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-03-09 03:13:14 +00:00
parent d9703a03b8
commit e83d5a31fb
4 changed files with 146 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Yiggle Form Wizard Bundle Installed! \ud83e\uddd9 </>",
"<bg=blue;fg=white> </>",
"",
"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"
}
}
}
+3
View File
@@ -2361,6 +2361,9 @@
"yamilovs/sms-bundle": [
"1.0"
],
"yiggle/form-wizard-bundle": [
"0.1"
],
"youritservices/mock-server-bundle": [
"1.0"
],
+71
View File
@@ -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": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Yiggle Form Wizard Bundle Installed! \ud83e\uddd9 </>",
"<bg=blue;fg=white> </>",
"",
"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"
}
}
}