add spoiler surrounding topics
This commit is contained in:
parent
85d4166a8d
commit
27721af05a
|
@ -14,6 +14,17 @@ 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
|
||||||
|
id: spoiler-begin
|
||||||
|
attributes:
|
||||||
|
label: Start of spoiler
|
||||||
|
description: Opening the spoiler tag
|
||||||
|
placeholder: |
|
||||||
|
<details>
|
||||||
|
<summary>Topic Tags</summary>
|
||||||
|
value: |
|
||||||
|
<details>
|
||||||
|
<summary>Topic Tags</summary>
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: round
|
id: round
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -110,6 +121,13 @@ body:
|
||||||
- warmup
|
- warmup
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: spoiler-end
|
||||||
|
attributes:
|
||||||
|
label: End of spoiler
|
||||||
|
description: Closing the spoiler tag
|
||||||
|
placeholder: </details>
|
||||||
|
value: </details>
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|
Loading…
Reference in New Issue