Skip to content

Commit

Permalink
MAGETWO-83000: [Backport 2.1-develop] #11697 Theme: Added html node t…
Browse files Browse the repository at this point in the history
…o page xml root, cause validation error #11861

 - Merge Pull Request #11861 from adrian-martinez-interactiv4/magento2:FR21#THEME-HTML-NODE-PAGE-XML-ROOT
 - Merged commits:
   1. 2370f14
  • Loading branch information
ishakhsuvarov committed Oct 30, 2017
2 parents d4ab99b + 2370f14 commit be572a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 be572a2

Please sign in to comment.