Site specific tagging | Community
Skip to main content
cqlearner
October 16, 2015
Solved

Site specific tagging

  • October 16, 2015
  • 1 reply
  • 545 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

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

1 reply

Sham_HC
Sham_HCAccepted solution
October 16, 2015

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