I sued the Vorto plugin to wrap the tag editor. I am using Umbraco 7.5.6 and the serialized object created by the plugin is like the following:
<tags><![CDATA[{"values":{"en-US":"[\r\n \"Asian Games 2026\",\r\n \"Japan\",\r\n \"Nagoya\",\r\n \"Olympic Council of Asia\"\r\n]"},"dtdGuid":"4b64c25e-2452-4182-9d9e-fb207425f3a3"}]]></tags>
In order to display the tag in my view, I do the the following:
Vorto and Tag Editor issue
Hi everyone,
I sued the Vorto plugin to wrap the tag editor. I am using Umbraco 7.5.6 and the serialized object created by the plugin is like the following:
In order to display the tag in my view, I do the the following:
The result is unexpected - I get on my page:
[ "Asian Games 2026" "Japan" "Nagoya" "Olympic Council of Asia" ]
Did anyone have experienced this behaviour?
Hi guys,
I found myself the solution.
I hope this could help.
is working on a reply...