Expand my Community achievements bar.

SOLVED

How to disable/hide Quick publish option for Sites

Avatar

Level 2

Hi All,

I have a use case where we have to hide/disable the "Quick Publish" option from the console in site manager. our use case is all the live pages has to go through the normal publish process which we get in editer window  for publishing.

Thanks in advance.

Regards 

Abhishek A

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

To hide the "Quick Publish" from Sites, you should start by overlaying the node "/libs/wcm/core/content/sites/jcr:content/actions/selection/quickpublish" into the "/apps" node. Then, add the property "granite:hide" with a value of "{Boolean}true" to the "quickpublish" node. This will hide "Quick Publish" in the Sites Console.

Screenshot 2023-09-27 at 12.10.39 AM.png

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

To hide the "Quick Publish" from Sites, you should start by overlaying the node "/libs/wcm/core/content/sites/jcr:content/actions/selection/quickpublish" into the "/apps" node. Then, add the property "granite:hide" with a value of "{Boolean}true" to the "quickpublish" node. This will hide "Quick Publish" in the Sites Console.

Screenshot 2023-09-27 at 12.10.39 AM.png

Avatar

Level 2

Thank you @Mahedi_Sabuj . this way works but we can also handle this through User/Groups ACL's

Avatar

Administrator

@Abhishek16 Did you find the suggestion from @Mahedi_Sabuj helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni