Skip to content

Commit 20a97cd

Browse files
committed
Fix #24656: allow "group" attribute on referenceBlock layout XML element
1 parent b307274 commit 20a97cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/View/Layout/etc/elements.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
<xs:attribute type="elementNameType" name="name" use="required"/>
329329
<xs:attribute type="xs:string" name="template" use="optional"/>
330330
<xs:attribute type="xs:string" name="class" use="optional"/>
331+
<xs:attribute type="xs:string" name="group" use="optional"/>
331332
<xs:attribute type="xs:boolean" name="display" default="true" use="optional"/>
332333
<xs:attribute type="xs:boolean" name="remove" use="optional"/>
333334
</xs:complexType>

0 commit comments

Comments
 (0)