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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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.
Thank you @Mahedi_Sabuj . this way works but we can also handle this through User/Groups ACL's
@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.
Views
Replies
Total Likes
Yeah its helpful @kautuk_sahni Thank you.
Views
Likes
Replies
Views
Likes
Replies