use `---` as spoiler titles

This commit is contained in:
Bibin Muttappillil 2023-07-22 01:35:14 +02:00
parent db6b63024b
commit e207f23566
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ body:
- type: input - type: input
id: spoiler-begin id: spoiler-begin
attributes: attributes:
label: "" label: "---"
description: Opening the spoiler tag description: Opening the spoiler tag
placeholder: <details><summary>Topic Tags</summary> placeholder: <details><summary>Topic Tags</summary>
value: <details><summary>Topic Tags</summary> value: <details><summary>Topic Tags</summary>
@ -120,7 +120,7 @@ body:
- type: input - type: input
id: spoiler-end id: spoiler-end
attributes: attributes:
label: End of spoiler label: "---"
description: Closing the spoiler tag description: Closing the spoiler tag
placeholder: </details> placeholder: </details>
value: </details> value: </details>