Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Site specific tagging

Avatar

Level 3

Would it be possible to make tagging namespace available to SiteA but not for SiteB?  I know I can restrict hide tagging based on ACL, but I would like to hide the tagging tab based on the site I am on.

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Level 10

IMO acl looks better option. However lazy way would be overlay [1] then implement+call custom function for filterFn.

[1]

/libs/cq/tagging/widgets/source/widgets/TagInputField.js
/libs/cq/tagging/widgets/source/widgets/admin/TagAdmin.js

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

IMO acl looks better option. However lazy way would be overlay [1] then implement+call custom function for filterFn.

[1]

/libs/cq/tagging/widgets/source/widgets/TagInputField.js
/libs/cq/tagging/widgets/source/widgets/admin/TagAdmin.js