use `input` for spoiler to save space in rendered form

This commit is contained in:
Bibin Muttappillil 2023-07-22 01:31:27 +02:00
parent 27721af05a
commit bc43aecab6
1 changed files with 4 additions and 8 deletions

View File

@ -14,17 +14,13 @@ body:
placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A
validations: validations:
required: true required: true
- type: textarea - type: input
id: spoiler-begin id: spoiler-begin
attributes: attributes:
label: Start of spoiler label: Start of spoiler
description: Opening the spoiler tag description: Opening the spoiler tag
placeholder: | placeholder: <details><summary>Topic Tags</summary>
<details> value: <details><summary>Topic Tags</summary>
<summary>Topic Tags</summary>
value: |
<details>
<summary>Topic Tags</summary>
- type: dropdown - type: dropdown
id: round id: round
attributes: attributes:
@ -121,7 +117,7 @@ body:
- warmup - warmup
validations: validations:
required: false required: false
- type: textarea - type: input
id: spoiler-end id: spoiler-end
attributes: attributes:
label: End of spoiler label: End of spoiler