1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

fix: Set few required: false for few fields

This commit is contained in:
zvonimir 2025-01-13 20:37:30 +01:00
parent cc8e0c1b85
commit cc40374bb0

View file

@ -67,7 +67,7 @@ body:
description: In the application, select More > Settings, scroll to the bottom and locate the value next to "Version Name". description: In the application, select More > Settings, scroll to the bottom and locate the value next to "Version Name".
placeholder: "278" placeholder: "278"
validations: validations:
required: true required: false
- type: dropdown - type: dropdown
id: os id: os
@ -121,7 +121,7 @@ body:
- "Apple Podcasts" - "Apple Podcasts"
- "Other" - "Other"
validations: validations:
required: true required: false
- type: input - type: input
id: plugin-version id: plugin-version