We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce4e8f commit edeb27aCopy full SHA for edeb27a
src/PatternLab/PatternEngine/Twig/Loaders/FilesystemLoader.php
@@ -50,7 +50,9 @@ public function __construct($options = array()) {
50
51
// customize Twig
52
TwigUtil::setInstance($instance);
53
- TwigUtil::loadCustomExtensions();
+ // Disabling custom Twig Extensions for Filesystem loader as it is only used internally by PL for view all pages
54
+ // TwigUtil::loadCustomExtensions();
55
+ // @todo Determine if any custom things should be loaded for this
56
TwigUtil::loadFilters();
57
TwigUtil::loadFunctions();
58
TwigUtil::loadTags();
0 commit comments