Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

how to make only the activated tags selectable or readable?

Avatar

Level 4

Hi 

Can anyone tell how to make authors select or read the tags in page properties which were only activated?

 

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 10

in the tree loader of tagadmin define filterFn function & check for activation. Ex:- Look at TagAdmin.js how it is filtering & checking for property cq:movedTo.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

in the tree loader of tagadmin define filterFn function & check for activation. Ex:- Look at TagAdmin.js how it is filtering & checking for property cq:movedTo.