Skip to content

Commit

Permalink
Dev: "getEditor" added to a list of Twig accepted functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed May 29, 2018
1 parent 865ec0c commit f5355e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/config/internal.php
Expand Up @@ -258,7 +258,8 @@
'getLanguageNameFromCode' => 'getLanguageNameFromCode',
'checkconditionFunction' => 'checkconditionFunction',
'doRender' => 'doRender',
'flattenText' => 'flattenText'
'flattenText' => 'flattenText',
'getEditor' => 'getEditor'
),
'filters' => array(
'jencode' => 'CJSON::encode',
Expand Down Expand Up @@ -350,7 +351,8 @@
'checkconditionFunction',
'doRender',
'flattenText',
'range'
'range',
'getEditor'
),
),

Expand Down

0 comments on commit f5355e0

Please sign in to comment.