Hi @Pleben You will need to add a custom js to the component, that reads the path of the added image, gets its resource, reads the text and writes in the dialog. This is how you can add that custom clientlib to your component: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manage...
Hi @saumyaj49332255 AEM documentation for redirects is https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/administration/url-redirectionMaybe I am not getting your problem, but as long as you need to redirect only from the Wordpress hosted pages to the AEM hosted pages, ...
My two cents of this: I would usually avoid to use AEM as database to store import data. Specially when data is very large or has a deep nested structure. It can cause issues to your code performance if you try to lookup site, can easily become a nightmare to manage, and can even block AEM. I would ...
Hi @Pleben One way is to drag them in crx. But I guess is not desirable as it will be a pain to maintain this all the time. Or, if you have a multifield, you can move up and down the items in the dialog. Or, if you don't want to not rely on the order AEM stores them, you can have a "position" proper...
Hi @CarlaOl Try to open index.htm page with a random url query param. Just too see if it shows up. This is to check first if it is a cache issue or not. You can also try to republish the page. Make sure also you actually deployed your project to publish after you made the changed. Try to add some ot...