I need to remove [publish page] and [unpublish page] options in page list | Community
Skip to main content
New Participant
October 9, 2024

I need to remove [publish page] and [unpublish page] options in page list

  • October 9, 2024
  • 3 replies
  • 938 views

I want to remove these two options from here.

help me to remove this how to remove them.

 

is it easy to remove them or assign a custom workflow trigger to them.

 

Thank you,

Alisyed.

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

3 replies

kautuk_sahni
Employee
October 16, 2024

@alisyed1 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
MukeshYadav_
New Participant
October 9, 2024

Hi @alisyed1 ,

You may overlay this node and remove the required buttons

/libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items

Thanks

arunpatidar
New Participant
October 9, 2024

Hi @alisyed1 
If you remove replicate permission of user then this will be changed to request to publish option, that means user won't be able to publish without permission.

 

You can allow those users to publish directly from site console using custom workflow from manage publish

Arun Patidar
AliSyed1Author
New Participant
October 9, 2024

@arunpatidar  Sorry for the confusion , I don't want to change permissions of users I just need to remove those fields from the list.

arunpatidar
New Participant
October 9, 2024

Hi @alisyed1 
Unfortunately this is nota. config but hard coded , you may need to write a clientside javascript script to delete this globally or for a site or for a user, you need to write your own logic.

Arun Patidar