How to add a custom button on Siteadmin in AEM 6.5 ? | Community
Skip to main content
VeenaVikraman
New Participant
December 7, 2020
Solved

How to add a custom button on Siteadmin in AEM 6.5 ?

  • December 7, 2020
  • 2 replies
  • 3293 views

Hi All

 

    I am trying to add a custom button on the siteadmin. When I select a page , I should be able to see this button and also I would like to restrict this button to a particular path . I tried overlaying /libs/wcm/core/content/siteadmin/actions , but it doesn't seem to be working. Let me know how we can do this.

 

 

TIA

Veena 

 

2 replies

shelly-goel
shelly-goelAccepted solution
Employee
December 8, 2020
VeenaVikraman
New Participant
December 8, 2020
I had tried this. Thanks. I will check this again. I think while doing this I missed something . I will try it again.
New Participant
December 7, 2020

For what you can create your own javascript and include the category for that as the once which is being used on the siteadmin console.

 

And within the javascript you can write the custom code for restriction the visibility for this button as per the path.

 

Thanks

MayurSatav
New Participant
November 11, 2021

Hi @shaileshb584084 ,

 

I followed this blog for the custom button but as you said we can add our own js. So can you please explain how to add it specifically to our custom button ?

 

Thanks.