Update channels_add.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-19 01:24:37 +03:00
parent e068b692de
commit 14e18ec89b

View file

@ -12,7 +12,7 @@ body:
- type: input
attributes:
label: Channel Name
description: Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`, `(`, `)`
description: "Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`"
placeholder: 'Anhui TV'
validations:
required: true
@ -26,13 +26,13 @@ body:
- type: input
attributes:
label: Network (optional)
description: Network of which this channel is a part. May contain any characters except `,` and `"`.
description: Network of which this channel is a part. May contain any characters except `,` and `"`
placeholder: 'Anhui'
- type: input
attributes:
label: Owners (optional)
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`.
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`
placeholder: 'China Central Television'
- type: input