Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
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.