We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470fd45 commit 57f6957Copy full SHA for 57f6957
lib/internal/Magento/Framework/View/Layout/etc/head.xsd
@@ -20,6 +20,15 @@
20
<xs:attribute name="type" type="xs:string"/>
21
<xs:attribute name="order" type="xs:integer"/>
22
<xs:attribute name="src_type" type="xs:string"/>
23
+ <xs:attribute name="as">
24
+ <xs:simpleType>
25
+ <xs:restriction base="xs:string">
26
+ <xs:enumeration value="font" />
27
+ <xs:enumeration value="script" />
28
+ <xs:enumeration value="style" />
29
+ </xs:restriction>
30
+ </xs:simpleType>
31
+ </xs:attribute>
32
</xs:complexType>
33
34
<xs:complexType name="metaType">
0 commit comments