parent
3842d9c8fa
commit
ca443708e0
|
@ -10,7 +10,7 @@ body:
|
|||
label: Event Name
|
||||
description: Name of the event
|
||||
placeholder: e.g Fight or Flight
|
||||
- type: markdown
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
|
@ -27,6 +27,10 @@ body:
|
|||
- Other or unsure (please specify)
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
- type: input
|
||||
id: waves
|
||||
attributes:
|
||||
|
@ -35,6 +39,10 @@ body:
|
|||
placeholder: 1-200
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
@ -43,6 +51,10 @@ body:
|
|||
placeholder: What is it?
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
- type: dropdown
|
||||
id: biomes
|
||||
attributes:
|
||||
|
@ -90,6 +102,10 @@ body:
|
|||
- OTHER (please specify)
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
- type: textarea
|
||||
id: options
|
||||
attributes:
|
||||
|
@ -107,6 +123,10 @@ body:
|
|||
- _OPTION-4 description._
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
- type: textarea
|
||||
id: design-notes
|
||||
attributes:
|
||||
|
@ -115,6 +135,10 @@ body:
|
|||
placeholder: Explain why you think this design is right and what this Event brings to the table
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown # SEPARATOR
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
- type: textarea
|
||||
id: dev-notes
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue