Renamed form/ templates folder to recommended snake_case style

This commit is contained in:
Jan Böhmer 2023-02-04 23:21:36 +01:00
parent 12d4c2f4d9
commit 1559b669df
8 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
twig:
default_path: '%kernel.project_dir%/templates'
form_themes: ['bootstrap_5_horizontal_layout.html.twig', 'Form/extendedBootstrap4_layout.html.twig', 'Form/permissionLayout.html.twig', 'Form/FilterTypesLayout.html.twig']
form_themes: ['bootstrap_5_horizontal_layout.html.twig', 'form/extended_bootstrap_layout.html.twig', 'form/permission_layout.html.twig', 'form/filter_types_layout.html.twig']
paths:
'%kernel.project_dir%/assets/css': css