Get Tags Set on Resource in custom properties
I want to get list of tags set on resource in custom properties (not in cq:tags).
Values in these properties are set using tagpicker.
I tried tagManager.getTagsForSubtree(resource, false) but it's returning values only from cq:tags and tagManager.getTags(resource) returns no tags.
Can anyone help in this regards?
Thanks
Ritesh