Files
symfony-flex-recipes-contrib/koff.i18n-form-bundle.4.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

39 lines
1.4 KiB
JSON

{
"manifests": {
"koff/i18n-form-bundle": {
"manifest": {
"bundles": {
"Koff\\Bundle\\I18nFormBundle\\I18nFormBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <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'"
]
},
"files": {
"config/packages/i18n_form.yaml": {
"contents": [
"i18n_form:",
" locales: 'en' # array or string separated with \"|\" or \",\"",
"# required_locales: 'en'",
"# excluded_fields: 'id|locale|translatable'",
""
],
"executable": false
}
},
"ref": "8fb73591e5bfeb6899517623472e42fbaef00815"
}
}
}