Skip to content

Commit

Permalink
add an invalid button type to stage so that we can test the renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Sep 9, 2022
1 parent c858701 commit fc3724f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/xmlns/content.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,11 @@
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="invalid">
<xs:annotation>
<xs:documentation>"invalid" type which is used for testing the renderer on stage.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down

0 comments on commit fc3724f

Please sign in to comment.