Is it possible to have only annotate without edit button in the component edit bar? (Cq:actions editannotate) | Community
Skip to main content
hari_krishnan11
January 25, 2016
Solved

Is it possible to have only annotate without edit button in the component edit bar? (Cq:actions editannotate)

  • January 25, 2016
  • 2 replies
  • 745 views

we usually write in cq:actions editannotate if we want to have edit and annotate in the edit bar of the component. is it possible to have only annotate without edit button in the edit bar..i tried annotate instead of editannotate  .but its not working.

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 joerghoh

Hi,

At least from an ACL perspective it should work, when you disable write to the nodes and then allow write access to cq:annotation properties using wildcard ACL. I don't know if this is reflected correctly in the UI then.

kind regards,
Jörg

2 replies

edubey
Level 10
January 25, 2016

I guess, there is no OOTB approach to your use case.

But you can build your custom cq:actions which will call annotate

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
January 25, 2016

Hi,

At least from an ACL perspective it should work, when you disable write to the nodes and then allow write access to cq:annotation properties using wildcard ACL. I don't know if this is reflected correctly in the UI then.

kind regards,
Jörg