Skip to content

Commit 822c6e9

Browse files
cedriczieldimonovp
authored andcommitted
1 parent 447a24d commit 822c6e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
-->
88
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
99
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/elements.xsd"/>
10+
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/head.xsd"/>
11+
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/body.xsd"/>
1012

1113
<xs:complexType name="pageLayoutType">
1214
<xs:sequence minOccurs="0" maxOccurs="unbounded">
1315
<xs:element ref="referenceContainer" minOccurs="0" maxOccurs="unbounded"/>
1416
<xs:element name="container" type="containerType" minOccurs="0" maxOccurs="unbounded"/>
1517
<xs:element ref="update" minOccurs="0" maxOccurs="unbounded"/>
1618
<xs:element ref="move" minOccurs="0" maxOccurs="unbounded"/>
19+
<xs:element name="head" type="headType" minOccurs="0" maxOccurs="unbounded"/>
20+
<xs:element name="body" type="bodyType" minOccurs="0" maxOccurs="unbounded"/>
1721
</xs:sequence>
1822
</xs:complexType>
1923

0 commit comments

Comments
 (0)