recipe for koff/i18n-form-bundle

This commit is contained in:
Sadikov Vladimir
2017-12-21 19:20:18 +02:00
parent a2baf461ce
commit a35a6b9d84
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
#i18n_form:
# locales: 'en|de'
# required_locales: 'en'
# excluded_fields: 'id|locale|translatable
twig:
form_themes:
- '@KoffI18nForm/bootstrap_4_form.html.twig.html.twig'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Koff\\Bundle\\I18nFormBundle\\I18nFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}