mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
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:
@@ -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)%'
|
||||
@@ -0,0 +1,2 @@
|
||||
yiggle_form_wizard:
|
||||
resource: '@YiggleFormWizardBundle/config/routes/website.yaml'
|
||||
@@ -0,0 +1,2 @@
|
||||
yiggle_form_wizard_admin:
|
||||
resource: '@YiggleFormWizardBundle/config/routes/admin.yaml'
|
||||
9
yiggle/form-wizard-bundle/0.2/manifest.json
Normal file
9
yiggle/form-wizard-bundle/0.2/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Yiggle\\FormWizardBundle\\YiggleFormWizardBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
}
|
||||
32
yiggle/form-wizard-bundle/0.2/post-install.txt
Normal file
32
yiggle/form-wizard-bundle/0.2/post-install.txt
Normal 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</>
|
||||
Reference in New Issue
Block a user