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..0a3a06e6 --- /dev/null +++ b/koff/i18n-form-bundle/4.0/config/packages/i18n-form.yaml @@ -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' 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%/" + } +}