Skip to content

Commit f99a9ef

Browse files
authored
Boolean should be string
1 parent 458cf85 commit f99a9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +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"/>
315+
<xs:attribute type="xs:string" name="template" use="optional"/>
316316
<xs:attribute type="xs:boolean" name="display" default="true" use="optional"/>
317317
<xs:attribute type="xs:boolean" name="remove" use="optional"/>
318318
</xs:complexType>

0 commit comments

Comments
 (0)