Skip to content

Commit 2d098e1

Browse files
committed
MC-15763: Introduce critical CSS scope loaded through head
- Stabilization
1 parent e6ee6ec commit 2d098e1

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Layout/etc

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<xs:element name="script" type="scriptType" minOccurs="0" maxOccurs="unbounded"/>
6868
<xs:element name="remove" type="srcRemoveType" minOccurs="0" maxOccurs="unbounded"/>
6969
<xs:element name="attribute" type="headAttributeType" minOccurs="0" maxOccurs="unbounded"/>
70-
<xs:element name="font" type="linkType" minOccurs="0" maxOccurs="unbounded"/>app/code/Magento/Theme/Block/Html/Header/CriticalCss.php
70+
<xs:element name="font" type="linkType" minOccurs="0" maxOccurs="unbounded"/>
7171
</xs:sequence>
7272
</xs:complexType>
7373
</xs:schema>

0 commit comments

Comments
 (0)