Нужно получить привязку к сгенерированной модели. Вот таких типов
.widget.pop-up .line.text#text{{::count}} {
color: {{textElements["text1"].color}};
font-family: {{textElements["text1"].fontFamily}};
font-size: {{textElements["text1"].fontSize}}px;
padding-bottom: {{textElements["text1"].paddingBottom}}px;
text-align: {{textElements["text1"].textAlign}};
}
.widget.pop-up .line.text#text{{::count}} {
color: {{textElements["text2"].color}};
font-family: {{textElements["text2"].fontFamily}};
font-size: {{textElements["text2"].fontSize}}px;
padding-bottom: {{textElements["text2"].paddingBottom}}px;
text-align: {{textElements["text2"].textAlign}};
}
и так до бесконечности.
Как сделать ссылку такого типа?
color: {{textElements["text"::count].color}};