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 24c6189 commit b0e5651Copy full SHA for b0e5651
app/code/Magento/PageBuilder/Plugin/Filter/TemplatePlugin.php
@@ -123,7 +123,7 @@ public function aroundCustomvarDirective(
123
$shouldEscape = $subject->getStoreId() !== null && (int) $subject->getStoreId() === 0;
124
125
if (!$shouldEscape) {
126
- return $proceed();
+ return $proceed($construction);
127
}
128
129
$result = $proceed($construction);
0 commit comments