Skip to content

Commit 5ad7aed

Browse files
committed
[config] use form_themes instead of deprecated form.resources.
1 parent 756b5ab commit 5ad7aed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/config/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ framework:
3535
twig:
3636
debug: "%kernel.debug%"
3737
strict_variables: "%kernel.debug%"
38-
form:
39-
resources:
40-
- "bootstrap_3_layout.html.twig"
38+
form_themes:
39+
- "bootstrap_3_layout.html.twig"
4140

4241
# Assetic Configuration (used for managing web assets: CSS, JavaScript, Sass, etc.)
4342
assetic:

0 commit comments

Comments
 (0)