mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
recipe for koff/i18n-form-bundle
This commit is contained in:
@@ -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'
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Koff\\Bundle\\I18nFormBundle\\I18nFormBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user