Files
symfony-flex-recipes-contrib/koff.i18n-form-bundle.4.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

48 lines
1.7 KiB
JSON

{
"locks": {
"koff/i18n-form-bundle": {
"version": "4.0",
"recipe": {
"repo": "4.0",
"branch": "master",
"version": "4.0",
"ref": "8fb73591e5bfeb6899517623472e42fbaef00815"
}
}
},
"manifests": {
"koff/i18n-form-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "koff/i18n-form-bundle",
"version": "4.0",
"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:\n locales: 'en' # array or string separated with \"|\" or \",\"\n# required_locales: 'en'\n# excluded_fields: 'id|locale|translatable'\n",
"executable": false,
"encoding": ""
}
},
"origin": "koff/i18n-form-bundle:4.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}