I created a small component , with some CSS.1.CSS was created at component/clientlib/less/x.less level2. And then this file name was added in css.txt 3. And an x component group was added.4. Navigated to structure page customheaderlibs.html and noticed that it is referring to clientlib-base5. Navig...
I have an image and video dropdown based on which the following field for video or image link is displayed.. I have a requirement to save the value from the selected field to a single property in jcr. i.e If the video was selected the link property should be video link and the next time when the ima...
As listed in the docs https://docs.adobe.com/content/help/en/experience-manager-65/assets/extending/mac-api-assets.html to access assets using API..https://[hostname]:[port]/api.jsonhttps://[hostname]:[server]/api/assets.jsonis there a way to change the path of the default "/api/...." to be somethin...
Hello,We are starting to create Adobe Components. We are in a big company and we're trying to translate web-components into AEM.So for example, on authoring mode, we're binding attributes instead of styles in our component's modal.Is there a way to create a data-set or a system to get those attribut...
We are using AEM 6.4 SP7 I have a Text component , when author enters data using inline editor.If data contains some special characters I want to prevent saving data to "crx" .So I thought of go with listeners approach. Once author click on save(check symbol) how to take listener control.Can anyone...
Hi All, AEM site is interacting with external site for some operation. During performance testing external site endpoint is is changed and application is redirected to new endpoint(modified endpoint). I want to restrict this behavior in AEM so that only valid domain/site will be allowed to interact ...
We have a OSGI Service (using R7 DS annotation). We are using OCD as innerclass within the service.Also, we would like the component to read properties from the predefined sling:osgiconfig nodes in JCR.Configuration policy is defined as required.When the component/service load it goes into a "no con...
I have created two projects based on maven archetype 22. Project A and Project B. In project A - I have created an interface HelloWorld.java and implemented it - HellowWorldImpl.java - in this implementation - have created 'sayHello' method with custom log message - "Message from sayHello method - v...