Skip to content

Commit 0c0e353

Browse files
committed
minor #36 [config] use form_themes instead of deprecated form.resources. (aitboudad)
This PR was merged into the master branch. Discussion ---------- [config] use form_themes instead of deprecated form.resources. Commits ------- 5ad7aed [config] use form_themes instead of deprecated form.resources.
2 parents 756b5ab + 5ad7aed commit 0c0e353

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)