beremiz

SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
// widget_list.ysl2
template "widget[@type='List' or @type='TextStyleList']", mode="widget_defs" {
param "hmi_element";
| items: {
foreach "$hmi_element/*[@inkscape:label]" {
| «func:escape_quotes(@inkscape:label)»: "«@id»",
}
| },
}