We have added the Image locked the component and also added the layout container which is unlocked in the template, and we have created the page using that template.we can see the image and the layoutcontainer in the author.We can also see the image and the layoutcontainer with Publisher IP.when we ...
Now I'm currently at a beginner level in AEM and also I'm currently directing my concentration on "Content Fragmentation" (especially on Sling Servlets and JSON part). But I'm not able to get any specific guide or tutorial for a correct and deep understanding. So kindly suggest me with the complete ...
Hi, I have written some logic in the slingmodel and also i tried using sightly but due to syntax issue might be it is not working. I have tried 2 ways but it is not working.problem statment: if the url is internal then we need to add extension as html and if url is external we do not add any ext...
1. Select File > New > Project2. Select AEM > AEM Sample Multi-Mode Project3. Select Next4. In the Choose Project Location and Archetype window the following error message is shown. "No suitable archetypes found. Please make sure that the proper maven repositories are configured and indexes are u...
Hi, I was wondering if anybody has ran into a similar issue or knows how to solve the following issue:****Background****I've following the instructions in WKND Tutorial Chapter 5 Style System. My local author instance is at version 6.5.0 (jar file, not the cloud version), and coming from the resolut...
Hi everyoneI am having some trouble testing a Sling model, My Sling interface looks like this: @Model(adaptables= Resource.class) public interface ImageFormItem { /** * @Return the title. */ @inject String getTitle(); /** * @Return the url. */ @inject S...
Hi,I am trying to find out if AEM can offer JWT token generation on AEM 6.5 (SP8) instance instead of developing custom functionality?Cookies does not fit for our requirement. Thanks.
Hi all, Recently, I am trying to switch local development access token to service credentials. However, I never get the credentials successfully and always get 504 error. I am following the guide below.https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-he...
This might be a silly question but that's my requirement ! I'm using AEM 6.5.10.I have a checkbox as one of the field in my cq:dialog. On selection of checkbox, I need append the attribute "data-nosnippet" to my <div> element.For instance, my complete HTML of the component is below <div data-sly-use...