Skip to content

Commit f436637

Browse files
MC-394: Duplication of attribute and property names
- update xsd documentation for unique names
1 parent 4863c09 commit f436637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<xs:unique name="uniqueNames">
9292
<xs:annotation>
9393
<xs:documentation>
94-
Attribute name must be unique
94+
Attribute and Style names must be unique
9595
</xs:documentation>
9696
</xs:annotation>
9797
<xs:selector xpath="attribute|style"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<xs:unique name="uniqueName">
9292
<xs:annotation>
9393
<xs:documentation>
94-
Attribute name must be unique
94+
Attribute and Style names must be unique
9595
</xs:documentation>
9696
</xs:annotation>
9797
<xs:selector xpath="attribute|style"/>

0 commit comments

Comments
 (0)