Update mystery_event.yml

add more separators
This commit is contained in:
flx-sta 2024-07-10 09:30:57 -07:00 committed by ImperialSympathizer
parent 3842d9c8fa
commit ca443708e0

View File

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