Update 3_channels_remove.yml

This commit is contained in:
Aleksandr Statciuk 2025-04-03 17:54:08 +03:00 committed by GitHub
parent 4503e91285
commit ca9ca1801e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ body:
Deleting a channel will also delete all associated feeds and records in the blocklist. Deleting a channel will also delete all associated feeds and records in the blocklist.
- type: input - type: input
id: id
attributes: attributes:
label: Channel ID label: Channel ID
description: The ID of the channel that should be removed description: The ID of the channel that should be removed
@ -18,6 +19,7 @@ body:
required: true required: true
- type: dropdown - type: dropdown
id: reason
attributes: attributes:
label: Reason label: Reason
description: Select the reason for removal from the list below description: Select the reason for removal from the list below
@ -29,6 +31,7 @@ body:
required: true required: true
- type: textarea - type: textarea
id: notes
attributes: attributes:
label: Notes (optional) label: Notes (optional)
description: 'Anything else we should know?' description: 'Anything else we should know?'