Hi Ashutosh, did u check thishttps://adobe-consulting-services.github.io/acs-aem-tools/features/vlt-rcp/index.html I have used this to migrate content/assets in GB's
I did not undertsand your objective clearly here, but I think you want to run your JS/Jquery code after the pages loads completely . If that you are looking for then you can use below code you can have $(document).ready() multiple times in a page. The code gets run in the sequence in which it appear...
Here this section could help you ..https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/configure-rich-text-editor-plug-ins.html?lang=en#adddict 1. You can download a new Dictionary which allows Caps letter and use that instead of OOTB2. OOTB dictionary at path /l...
You can write a servlet which will give you latest headlines, and call that servlet at regular intervals of time according to your requirement. once you got the response , change the DOM accordingly. Jquery functions are there to delete the DOM elements and then append again with new response trigge...
See this location /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover It has all the items, try adding your custom option, dig little more into this, I ll also see if any there is anything else .. I ll update here