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 Jan 14, 2021
1 parent 0ff6f27 commit ed5afb3
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 @@ -398,6 +398,11 @@
<xs:documentation>"url" type buttons will launch the url specified.</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 ed5afb3

Please sign in to comment.