mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
removed twig configuration from recipe, added post_install.txt
This commit is contained in:
@@ -2,7 +2,3 @@
|
||||
# locales: 'en|de'
|
||||
# required_locales: 'en'
|
||||
# excluded_fields: 'id|locale|translatable
|
||||
|
||||
twig:
|
||||
form_themes:
|
||||
- '@I18nForm/bootstrap_4_form.html.twig'
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> What's next? </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Finish</> bundle configuration:
|
||||
1. Open <comment>config/packages/twig.yaml</>
|
||||
2. Add form template to form_themes section like this:
|
||||
|
||||
twig:
|
||||
form_themes:
|
||||
- '@I18nForm/bootstrap_4_form.html.twig'
|
||||
Reference in New Issue
Block a user