Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Metadata Schema Tags fields

Avatar

Level 3

We'd like to fix the behavior of the selection dialog box when authors are tagging metadata properties for assets. In the current behavior, the dialog box for cq tags opens at the root level. How can we modify the dialog box to show the cq tags at the correct level? For example, selecting "currency" will launch the dialog box to open at the cq:tag - currency --> selections. (see screenshot) instead of the root level. Thanks.

 

screenshot.png

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi Joe,

 

You can add a property ("rootPath") to the node which holds the cq:tag field. Below is a screenshot of the same. You have to add it from crxde as there is no option from the GUI where we edit the metadata schema.

 

You can find the path of the node in /conf/global/settings/dam/adminui-extension/metadataschema/your_schema

Screenshot 2020-10-27 at 10.04.09 PM.png

 

Thanks,

Debasis

View solution in original post

3 Replies

Avatar

Correct answer by
Level 3

Hi Joe,

 

You can add a property ("rootPath") to the node which holds the cq:tag field. Below is a screenshot of the same. You have to add it from crxde as there is no option from the GUI where we edit the metadata schema.

 

You can find the path of the node in /conf/global/settings/dam/adminui-extension/metadataschema/your_schema

Screenshot 2020-10-27 at 10.04.09 PM.png

 

Thanks,

Debasis