Yiggle/form wizard bundle (#1955)

* add yiggle/form-wizard-bundle

# Conflicts:
#	yiggle/form-wizard-bundle/0.1/config/packages/yiggle_form_wizard.yaml
#	yiggle/form-wizard-bundle/0.1/post-install.txt

* add newlines

* update to tabs
This commit is contained in:
Predjee
2026-03-10 00:15:42 +01:00
committed by GitHub
parent b07f2f96de
commit 23dfee252f
5 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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)%'

View File

@@ -0,0 +1,2 @@
yiggle_form_wizard:
resource: '@YiggleFormWizardBundle/config/routes/website.yaml'

View File

@@ -0,0 +1,2 @@
yiggle_form_wizard_admin:
resource: '@YiggleFormWizardBundle/config/routes/admin.yaml'

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"Yiggle\\FormWizardBundle\\YiggleFormWizardBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}

View File

@@ -0,0 +1,32 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Yiggle Form Wizard Bundle Installed! 🧙‍♂️ </>
<bg=blue;fg=white> </>
<fg=cyan>Next steps:</>
<fg=yellow>1.</> Import the admin integration in your Sulu admin app
import 'yiggle-form-wizard-bundle';
<fg=yellow>2.</> Rebuild the Sulu admin assets
bin/adminconsole sulu:admin:update-build
<fg=cyan>Optional styling:</>
import 'yiggle-form-wizard-bundle/assets/styles/form_wizard.css';
<fg=cyan>Database:</>
bin/console doctrine:migrations:migrate
<fg=cyan>Configuration:</>
config/packages/yiggle_form_wizard.yaml
<fg=green>You're ready to start building form wizards! ✨</>
<fg=gray>Docs: https://github.com/yiggle/form-wizard-bundle</>