Can I get the value selected in standard tags in metadata schema?
I want to get the value/values selected by an author when they select a standard tag in metadata schema.
Example: In the custom metadata schema for an asset, I have a tag field, where I have selected /content/cq:tags/test/1
I want to get this value "/content/cq:tags/test/1".
I have to apply this to the metadata field only, as I want to get this value for all the assets, not for a single one.
Here is my use-case:
- Created a metadata schema.
- Have added a standard tag field in the form of that schema.
- Have applied that schema to a folder in my DAM.
Requirement:
- When the user uploads an asset inside that schema, they will have to fill the metadata created.( which includes the standard tag as well ).
- What I want is to get the value/path of the tag which the user will select in that metadata.
AEM Version: 6.5
