File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lib/internal/Magento/Framework/View/Layout/etc Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 9
9
<xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/elements.xsd" />
10
10
<xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/head.xsd" />
11
11
<xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/body.xsd" />
12
+ <xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/html.xsd" />
12
13
13
14
<xs : element name =" layout" >
14
15
<xs : annotation >
45
46
<xs : element ref =" referenceBlock" minOccurs =" 0" maxOccurs =" unbounded" />
46
47
<xs : element name =" body" type =" bodyType" minOccurs =" 0" maxOccurs =" unbounded" />
47
48
<xs : element name =" head" type =" headType" minOccurs =" 0" maxOccurs =" unbounded" />
49
+ <xs : element name =" html" type =" htmlType" minOccurs =" 0" maxOccurs =" unbounded" />
48
50
</xs : choice >
49
51
</xs : complexType >
50
52
You can’t perform that action at this time.
0 commit comments