use `input` for spoiler to save space in rendered form
This commit is contained in:
parent
27721af05a
commit
bc43aecab6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue