mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
* <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'
|