Update channels_add.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-18 18:38:44 +03:00
parent 7cbf8dc7c3
commit 9a4b1b132a

View file

@ -12,15 +12,15 @@ body:
- type: input - type: input
attributes: attributes:
label: Channel Name label: Channel Name
description: Official channel name in English description: Official channel name in English or call sign
placeholder: 'Anhui TV' placeholder: 'Anhui TV'
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Native Name (optional) label: Alternative Names (optional)
description: Channel name in the original language. Used when different from `name`. May contain any characters except `,` and `"` description: List of alternative channel names separated by `;`. May contain any characters except `,` and `"`
placeholder: '安徽卫视' placeholder: '安徽卫视'
- type: input - type: input