lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Allow tags to be specified as strings or objects. #102

Closed lostcarpark closed 2 years ago

lostcarpark commented 2 years ago

Now allows tags in program file to be specified as objects instead of strings. If string tags are used, they will be parsed into objects internally. If objects used, should follow the format: { "value": "tag ID", "category": "tag category", "label": "label to display" }

Also adds HIDE property to TAG in config, to allow a tag category to not have a drop-down, though the tags still appear on program items.

lostcarpark commented 2 years ago

This should satisfy issue #101.