description:Channel name in the original language. Used when different from `name`. May contain any characters except `,` and `"`
placeholder:'安徽卫视'
- type:input
attributes:
label:Network (optional)
description:Network of which this channel is a part.
placeholder:'Anhui'
- type:input
attributes:
label:Country
description:Country code from which the channel is transmitted. A list of all supported countries and their codes can be found in [data/countries.csv](data/countries.csv)
placeholder:'CN'
validations:
required:true
- type:input
attributes:
label:Subdivision (optional)
description:Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted. A list of all supported subdivisions and their codes can be found in [data/subdivisions.csv](data/subdivisions.csv)
description:List of codes describing the broadcasting area of the channel. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`
placeholder:'s/CN-AH'
validations:
required:true
- type:input
attributes:
label:Languages
description:List of languages in which the channel is broadcast separated by `;`. A list of all supported languages and their codes can be found in [data/languages.csv](data/languages.csv)
placeholder:'zho;eng'
validations:
required:true
- type:input
attributes:
label:Categories (optional)
description:List of categories to which this channel belongs separated by `;`. A list of all supported categories can be found in [data/categories.csv](data/categories.csv)