Skip to content

Commit 2016d43

Browse files
Merge pull request #260 from magento-l3/AUG102023_PR_pradeep
[L3 Kings] Bugfix delivery
2 parents 7a55c11 + f34f512 commit 2016d43

File tree

6 files changed

+4
-31
lines changed

6 files changed

+4
-31
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,6 @@
641641
</argument>
642642
</arguments>
643643
</type>
644-
<type name="Magento\Framework\Filter\Template">
645-
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin"/>
646-
</type>
647644
<type name="Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\Eav">
648645
<plugin name="pagebuilder_product_form_eav" type="Magento\PageBuilder\Plugin\Catalog\Ui\DataProvider\Product\Form\Modifier\EavPlugin" sortOrder="20"/>
649646
</type>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
</argument>
317317
</arguments>
318318
</type>
319+
<type name="Magento\Framework\Filter\Template">
320+
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin"/>
321+
</type>
319322
<type name="Magento\PageBuilder\Model\UpgradableEntitiesPool">
320323
<arguments>
321324
<argument name="entities" xsi:type="array">

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@
1212
<type name="Magento\Email\Model\Template\Filter">
1313
<plugin name="escapeCustomVarDirectives" type="Magento\PageBuilder\Plugin\Filter\CustomVarTemplate"/>
1414
</type>
15-
<type name="Magento\Framework\Filter\Template">
16-
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin"/>
17-
</type>
1815
</config>

app/code/Magento/PageBuilder/etc/crontab/di.xml renamed to app/code/Magento/PageBuilder/etc/graphql/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
99
<type name="Magento\Framework\Filter\Template">
10-
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin"/>
10+
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin" disabled="true"/>
1111
</type>
1212
</config>

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

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)