2022-10-02 07:26:44 -04:00
|
|
|
name: 🗑️ Remove channel
|
|
|
|
description: Request to remove a channel from the database
|
|
|
|
title: 'Remove: '
|
2023-03-23 18:40:00 -04:00
|
|
|
labels: ['channels:remove']
|
2022-10-02 07:26:44 -04:00
|
|
|
|
|
|
|
body:
|
|
|
|
- type: input
|
|
|
|
attributes:
|
2023-04-23 16:31:01 -04:00
|
|
|
label: Channel ID (required)
|
2022-10-02 07:26:44 -04:00
|
|
|
description: The ID of the channel that should be removed
|
|
|
|
placeholder: 'AnhuiTV.cn'
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
2023-04-23 16:31:01 -04:00
|
|
|
label: Reason (required)
|
2022-10-02 07:26:44 -04:00
|
|
|
description: Select the reason for removal from the list below
|
|
|
|
options:
|
|
|
|
- 'Duplicate'
|
|
|
|
- 'Not a TV channel'
|
|
|
|
- 'Other'
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Notes
|
2022-10-02 07:28:06 -04:00
|
|
|
description: 'Any additional information'
|