We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795942b + e6c7382 commit ebbb127Copy full SHA for ebbb127
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="integrity" type="xs:string"/>
24
+ <xs:attribute name="crossorigin">
25
+ <xs:simpleType>
26
+ <xs:restriction base="xs:string">
27
+ <xs:enumeration value="anonymous" />
28
+ <xs:enumeration value="use-credentials" />
29
+ </xs:restriction>
30
+ </xs:simpleType>
31
+ </xs:attribute>
32
<xs:attribute name="as">
33
<xs:simpleType>
34
<xs:restriction base="xs:string">
0 commit comments