Skip to content

Commit ada5ec9

Browse files
author
Oleksii Korshenko
authored
MAGETWO-82999: magento#11697 Theme: Added html node to page xml root, cause validation error magento#11858
2 parents 954f94f + 8c8735d commit ada5ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/elements.xsd"/>
1010
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/head.xsd"/>
1111
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/body.xsd"/>
12+
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/html.xsd"/>
1213

1314
<xs:element name="layout">
1415
<xs:annotation>
@@ -45,6 +46,7 @@
4546
<xs:element ref="referenceBlock" minOccurs="0" maxOccurs="unbounded"/>
4647
<xs:element name="body" type="bodyType" minOccurs="0" maxOccurs="unbounded"/>
4748
<xs:element name="head" type="headType" minOccurs="0" maxOccurs="unbounded"/>
49+
<xs:element name="html" type="htmlType" minOccurs="0" maxOccurs="unbounded"/>
4850
</xs:choice>
4951
</xs:complexType>
5052

0 commit comments

Comments
 (0)