Skip to content

Commit 458cf85

Browse files
authored
Allow for referenceBlock to include template argument
Reference #9771
1 parent 8e21d5a commit 458cf85

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
@@ -312,6 +312,7 @@
312312
<xs:element ref="uiComponent" minOccurs="0" />
313313
</xs:choice>
314314
<xs:attribute type="elementNameType" name="name" use="required"/>
315+
<xs:attribute type="xs:boolean" name="template" use="optional"/>
315316
<xs:attribute type="xs:boolean" name="display" default="true" use="optional"/>
316317
<xs:attribute type="xs:boolean" name="remove" use="optional"/>
317318
</xs:complexType>

0 commit comments

Comments
 (0)