Skip to content

Commit a11f320

Browse files
MC-3695: Remove Newsletter
- remove backend_block and backend_template
1 parent 391d774 commit a11f320

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

app/code/Magento/PageBuilder/etc/content_type.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<xs:all>
1616
<xs:element type="xs:string" name="preview_template" minOccurs="0"/>
1717
<xs:element type="xs:string" name="render_template" minOccurs="0"/>
18-
<xs:element type="xs:string" name="backend_block" minOccurs="0"/>
19-
<xs:element type="xs:string" name="backend_template" minOccurs="0"/>
2018
<xs:element type="parents" name="parents" minOccurs="0" maxOccurs="1"/>
2119
<xs:element type="children" name="children" minOccurs="0" maxOccurs="1"/>
2220
<xs:element name="appearances" minOccurs="0" maxOccurs="1">

app/code/Magento/PageBuilder/etc/content_type_merged.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<xs:all>
1616
<xs:element type="xs:string" name="preview_template" minOccurs="0"/>
1717
<xs:element type="xs:string" name="render_template" minOccurs="0"/>
18-
<xs:element type="xs:string" name="backend_block" minOccurs="0"/>
19-
<xs:element type="xs:string" name="backend_template" minOccurs="0"/>
2018
<xs:element type="parents" name="parents" minOccurs="0" maxOccurs="1"/>
2119
<xs:element type="children" name="children" minOccurs="0" maxOccurs="1"/>
2220
<xs:element name="appearances" minOccurs="0" maxOccurs="1">

dev/tests/integration/testsuite/Magento/PageBuilder/_files/content_type/expected_merged_array.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@
218218
'icon' => 'pagebuilder-type2-custom-icon',
219219
'component' => 'Path/to/custom/component',
220220
'preview_component' => 'Path/to/preview/custom/component',
221-
'backend_block' => 'Path/to/custom/backend/block',
222-
'backend_template' => 'Path/to/custom/backend/template',
223221
'is_visible' => 'false',
224222
'form' => 'pagebuilder_type2_custom_form',
225223
'group' => 'group2',

dev/tests/integration/testsuite/Magento/PageBuilder/_files/content_type/type2_content_type1.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_PageBuilder:etc/content_type.xsd">
99
<type name="type2" translate="label" label="Type 2" icon="pagebuilder-type2-icon" component="Path/to/component" preview_component="Path/to/preview/component" form="pagebuilder_type2_form" group="group1">
10-
<backend_block>Path/to/backend/block</backend_block>
11-
<backend_template>Path/to/backend/template</backend_template>
1210
<is_visible>true</is_visible>
1311
<parents default_policy="deny">
1412
<parent name="stage" policy="allow"/>

dev/tests/integration/testsuite/Magento/PageBuilder/_files/content_type/type2_content_type2.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_PageBuilder:etc/content_type.xsd">
99
<type name="type2" translate="label" sortOrder="2" label="Type 2 Label" icon="pagebuilder-type2-custom-icon" component="Path/to/custom/component" preview_component="Path/to/preview/custom/component" form="pagebuilder_type2_custom_form" group="group2">
10-
<backend_block>Path/to/custom/backend/block</backend_block>
11-
<backend_template>Path/to/custom/backend/template</backend_template>
1210
<is_visible>false</is_visible>
1311
<parents>
1412
<parent name="stage" policy="deny"/>

0 commit comments

Comments
 (0)