Skip to content

Commit 6a14be0

Browse files
committed
add an invalid button type to stage so that we can test the renderer
1 parent 0f27a8d commit 6a14be0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/xmlns/content.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@
554554
</xs:documentation>
555555
</xs:annotation>
556556
</xs:enumeration>
557+
<xs:enumeration value="invalid">
558+
<xs:annotation>
559+
<xs:documentation>"invalid" type which is used for testing the renderer on stage.</xs:documentation>
560+
</xs:annotation>
561+
</xs:enumeration>
557562
</xs:restriction>
558563
</xs:simpleType>
559564
</xs:attribute>

0 commit comments

Comments
 (0)