Skip to content

Commit 3959725

Browse files
committed
Fix integration tests.
1 parent 02d475c commit 3959725

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
<xs:sequence>
1515
<xs:element name="updater" type="updaterType" minOccurs="0" maxOccurs="1"/>
1616
</xs:sequence>
17-
<xs:attribute name="shared" type="xs:boolean" default="true" use="optional"/>
17+
</xs:extension>
18+
</xs:complexContent>
19+
</xs:complexType>
20+
<xs:complexType name="object">
21+
<xs:complexContent>
22+
<xs:extension base="argumentType">
23+
<xs:attribute name="shared" use="optional" type="xs:boolean"/>
1824
</xs:extension>
1925
</xs:complexContent>
2026
</xs:complexType>

0 commit comments

Comments
 (0)