We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1934ca0 commit 1ce4e8fCopy full SHA for 1ce4e8f
src/PatternLab/PatternEngine/Twig/Loaders/StringLoader.php
@@ -56,7 +56,9 @@ public function __construct($options = array()) {
56
57
// customize Twig
58
TwigUtil::setInstance($instance);
59
- TwigUtil::loadCustomExtensions();
+ // Disabling custom Twig Extensions for String loader as it is only used internally by PL
60
+ // TwigUtil::loadCustomExtensions();
61
+ // @todo Determine if any custom things should be loaded for this
62
TwigUtil::loadFilters();
63
TwigUtil::loadFunctions();
64
TwigUtil::loadTags();
0 commit comments