Skip to content

Commit

Permalink
MAGETWO-82999: #11697 Theme: Added html node to page xml root, cause …
Browse files Browse the repository at this point in the history
…validation error #11858

 - Merge Pull Request #11858 from adrian-martinez-interactiv4/magento2:FR22#THEME-HTML-NODE-PAGE-XML-ROOT
 - Merged commits:
   1. ec8f96f
  • Loading branch information
ishakhsuvarov committed Oct 30, 2017
2 parents 373bd01 + ec8f96f commit 8c8735d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,7 @@
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/elements.xsd"/>
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/head.xsd"/>
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/body.xsd"/>
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/html.xsd"/>

<xs:element name="layout">
<xs:annotation>
Expand Down Expand Up @@ -45,6 +46,7 @@
<xs:element ref="referenceBlock" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="body" type="bodyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="head" type="headType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="html" type="htmlType" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>

Expand Down

0 comments on commit 8c8735d

Please sign in to comment.