When we open a page in touch UI, in the left side we have a Page Information dropdown. In that dropdown, there is a list of different options i.e Open Properties, Start Workflow, Publish Page, Lock Page etc. I need to remove some of them.Let's say I don't want Publish page option there. How can I do that?
Asked
Active
Viewed 509 times
1 Answers
1
The menu items are defined in the following JSP which you need to overlay:/libs/cq/gui/components/authoring/pagestatus/pagestatus.jsp

mickleroy
- 998
- 5
- 8
-
Thanks mickleroy! Just wanted to check if we can configure it for a specific template or a group? – Ashwini Jan 13 '17 at 16:28
-
Get a UserManager instance in the JSP and check the group the current user belongs to. More info here: http://stackoverflow.com/questions/22549502/how-to-get-the-cq5-userinfo-in-java-or-jsp-by-using-jackrabbit – mickleroy Jan 15 '17 at 06:53
-
@Ashwini if you could accept the answer that'd be greatly appreciated. Thanks! – mickleroy Jan 17 '17 at 05:08