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.
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.