Skip to content

Commit

Permalink
Dev: allow block tags in twig file
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jun 29, 2017
1 parent 49a7c19 commit 423719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/internal.php
Expand Up @@ -241,7 +241,7 @@
),

'sandboxConfig' => array(
'tags' => array('if', 'for', 'set', 'autoescape'),
'tags' => array('if', 'for', 'set', 'autoescape', 'block'),
'filters' => array('escape', 'raw', 't', 'merge', 'length', 'gT', 'keys'),
'methods' => array(
'ETwigViewRendererStaticClassProxy' => array("encode", "textfield", "form", "link", "emailField", "beginForm", "endForm", "dropDownList", "htmlButton", "passwordfield" ),
Expand Down

0 comments on commit 423719d

Please sign in to comment.