Skip to content

Commit 3c34b95

Browse files
committed
MAGETWO-92697: Add vertical alignment to column configuration
- allow static property to have persist attribute - allow path to be optional on element
1 parent 7be9593 commit 3c34b95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
<xs:complexType name="static_property">
162162
<xs:attribute type="xs:string" name="source" use="required"/>
163163
<xs:attribute type="xs:string" name="value" use="optional"/>
164+
<xs:attribute type="xs:string" name="persist" use="optional"/>
164165
</xs:complexType>
165166
<xs:complexType name="attributes">
166167
<xs:choice maxOccurs="unbounded">

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<xs:element type="css" name="css" minOccurs="0" maxOccurs="1"/>
130130
</xs:sequence>
131131
<xs:attribute type="xs:string" name="name" use="required"/>
132-
<xs:attribute type="xs:string" name="path" use="required"/>
132+
<xs:attribute type="xs:string" name="path" use="optional"/>
133133
</xs:complexType>
134134
<xs:complexType name="style_properties">
135135
<xs:choice maxOccurs="unbounded">
@@ -161,6 +161,7 @@
161161
<xs:complexType name="static_property">
162162
<xs:attribute type="xs:string" name="source" use="required"/>
163163
<xs:attribute type="xs:string" name="value" use="required"/>
164+
<xs:attribute type="xs:string" name="persist" use="optional"/>
164165
</xs:complexType>
165166
<xs:complexType name="attributes">
166167
<xs:choice maxOccurs="unbounded">

0 commit comments

Comments
 (0)