removed twig configuration from recipe, added post_install.txt

This commit is contained in:
Sadikov Vladimir
2017-12-23 13:30:46 +02:00
parent 22f19ed8d1
commit c4aff7bb0a
2 changed files with 11 additions and 4 deletions
@@ -2,7 +2,3 @@
# locales: 'en|de'
# required_locales: 'en'
# excluded_fields: 'id|locale|translatable
twig:
form_themes:
- '@I18nForm/bootstrap_4_form.html.twig'
+11
View File
@@ -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'