Merge pull request #214

This commit is contained in:
symfony-flex-server[bot]
2017-12-25 12:04:19 +00:00
committed by GitHub
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,4 @@
i18n_form:
locales: 'en' # array or string separated with "|" or ","
# required_locales: 'en'
# excluded_fields: 'id|locale|translatable'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Koff\\Bundle\\I18nFormBundle\\I18nFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -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'