Currently I'm building a custom property editor where the tags are displayed as checkboxes and I have a question about enabling "SupportTags" in the manifest file. I already found some documentation about this but it seems to be incomplete.
I also tried to add/update/remove tags manually with a controller but unfortunately I receive a 'System.InvalidOperationException' whenever I try to do this.
Tag Enabled Property Editor
Hi all,
Currently I'm building a custom property editor where the tags are displayed as checkboxes and I have a question about enabling "SupportTags" in the manifest file. I already found some documentation about this but it seems to be incomplete.
http://umbraco.github.io/Belle/#/tutorials/Tag-Enabled-Property-Editors
I also tried to add/update/remove tags manually with a controller but unfortunately I receive a 'System.InvalidOperationException' whenever I try to do this.
Anyone else knows more about this?
Thanks in advance ! :)
is working on a reply...