File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ TwigBundle Configuration Reference
13
13
resources :
14
14
- TwigBundle:Form:div_layout.html.twig # Default
15
15
- MyBundle::form.html.twig # Example
16
- extensions :
17
- - twig.extension.debug # Example
18
- - twig.extension.text # Example
19
16
globals :
20
17
foo : " @bar" # Example
21
18
pi : 3.14 # Example
@@ -41,8 +38,6 @@ TwigBundle Configuration Reference
41
38
</twig : form >
42
39
<twig : global key =" foo" id =" bar" type =" service" />
43
40
<twig : global key =" pi" >3.14</twig : global >
44
- <twig : extension id =" twig.extension.debug" />
45
- <twig : extension id =" twig.extension.text" />
46
41
</twig : config >
47
42
</container >
48
43
@@ -54,10 +49,6 @@ TwigBundle Configuration Reference
54
49
'MyBundle::form.html.twig',
55
50
)
56
51
),
57
- 'extensions' => array(
58
- 'twig.extension.debug',
59
- 'twig.extension.text',
60
- ),
61
52
'globals' => array(
62
53
'foo' => '@bar',
63
54
'pi' => 3.14,
You can’t perform that action at this time.
0 commit comments