Skip to content

Commit 258cf28

Browse files
Merge branch 'magento-mpi-MC-29890' of github.com:magento/magento2-page-builder into PR
2 parents 0e00524 + 1a0221b commit 258cf28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/PageBuilder/etc/di.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,7 @@
251251
</argument>
252252
</arguments>
253253
</type>
254+
<type name="Magento\Framework\Filter\Template">
255+
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin"/>
256+
</type>
254257
</config>

app/code/Magento/PageBuilder/etc/frontend/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<type name="Magento\Framework\View\Result\Page">
1010
<plugin name="pageLayoutDefaultClass" type="Magento\PageBuilder\Plugin\Result\Page"/>
1111
</type>
12-
<type name="Magento\Framework\Filter\Template">
13-
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin"/>
14-
</type>
1512
<type name="Magento\Email\Model\Template\Filter">
1613
<plugin name="escapeCustomVarDirectives" type="Magento\PageBuilder\Plugin\Filter\CustomVarTemplate"/>
1714
</type>

0 commit comments

Comments
 (0)