Edit Tags in the Kanban Board

I want to edit the Tags in the Kanban Board. Right now, I am using the card editor that is displayed at the right side. In it, I see “title”, “description” and the “Assigned User”. I want to be able to edit the tags here as well.

Was looking for examples for the templateTags, but these code snippets only shows how to display, but not how to retrieve and edit.

How can I achieve this?

(the values for the possible tags I also plan to provide from a JSON file (REST))

Hello @VBike ,

I can recommend you to upgrade Webix to version 6.1. Webix 6.1 presents the updated Kanban where you can define/load tags. More information about opportunities of Kanban you can find here

Yes, until version 6.1 you could only visualize the tags which were set inside each data element.