Skip to content

Commit

Permalink
Made few inputs optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabaz Basha Kowthalam committed Nov 5, 2024
1 parent bda2976 commit 261e1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/zip/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<step-type name="Step Two">
<description>Second step in sample plugin</description>
<properties>
<property name="medal" required="true">
<property name="medal" required="false">
<property-ui description="Example of a 'selectBox' type input"
default-value="NONE"
label="Medal"
Expand All @@ -55,7 +55,7 @@
<value label="Bronze">BRONZE</value>
<value label="None">NONE</value>
</property>
<property name="agreeTermsAndConditions" required="true">
<property name="agreeTermsAndConditions" required="false">
<property-ui description="Example of a 'checkBox' type input"
default-value="false"
label="Accept terms and conditions"
Expand Down

0 comments on commit 261e1ff

Please sign in to comment.