Snippets - DataTagPicker does not work
Hi Guys,
I have spotted an error in way how the DataTagPicker works in script.
it generates tags separated by comma. This actually creates a separate Term (if you have your terms dynamic).
It should be separated by semicolon or written like this:
tags: [
{
vocabulary: "Framer_TV",
vocabularyTerm: "KAAUF22"
},
{
vocabulary: "Framer_TV",
vocabularyTerm: "VibConRF_1"
}
]
Can anyone confirm?

