diff --git a/koff/i18n-form-bundle/4.0/config/packages/i18n_form.yaml b/koff/i18n-form-bundle/4.0/config/packages/i18n_form.yaml new file mode 100644 index 00000000..b07c9109 --- /dev/null +++ b/koff/i18n-form-bundle/4.0/config/packages/i18n_form.yaml @@ -0,0 +1,4 @@ +i18n_form: + locales: 'en' # array or string separated with "|" or "," +# required_locales: 'en' +# excluded_fields: 'id|locale|translatable' diff --git a/koff/i18n-form-bundle/4.0/manifest.json b/koff/i18n-form-bundle/4.0/manifest.json new file mode 100644 index 00000000..19ffef13 --- /dev/null +++ b/koff/i18n-form-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Koff\\Bundle\\I18nFormBundle\\I18nFormBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/koff/i18n-form-bundle/4.0/post-install.txt b/koff/i18n-form-bundle/4.0/post-install.txt new file mode 100644 index 00000000..ce73305b --- /dev/null +++ b/koff/i18n-form-bundle/4.0/post-install.txt @@ -0,0 +1,11 @@ + + What's next? + + + * Finish bundle configuration: + 1. Open config/packages/twig.yaml + 2. Add form template to form_themes section like this: + + twig: + form_themes: + - '@I18nForm/bootstrap_4_form.html.twig'