Adding script to head element of Alfresco Explorer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020 06:26 AM
Hi, I am trying to add a custom script to the head element of Alfresco Explorer(I know it is deprecated but unfortunaltely we are still using version 4.2.x of Alfresco Enterprise edition), can someone please provide me pointers on how to do that.
I have successfully implemented it for share part of it, but when it comes to http://localhost:8080/alfresco my script is not getting loaded probably because I need to update alfresco.war, and I am not sure how to do that.
Thank you!
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020 09:44 AM
Hi @hdbhandari,
I believe you can use an AMP to update the alfresco.war. You can find more about AMP here.
HTH,
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020 10:14 AM
Hi @EddieMay
Thanks for replying.
Yes, I have implemented an AMP only, and able to install and uninstall it as provided in the link you have shared, but I am not getting any references to which files I should modify or how to make UI changes. For share.war there is documentation available(not too descriptive but that's fine), but for Alfresco explorer I couldn't get any.
Thank you!
