Hi all,Does anyone know how to transfer service user mapper amendement (Apache Sling Service User Mapper Service Amendment) from local to dev,stage and prod?I am working on AEM as a cloud service and following the article below to add custom code into AEM cloud.https://medium.com/tech-learnings/adob...
I have created one page property i.e uspIn sightly usp data is comming by ${inheritedPageProperties.usp} but I want to write the modal class to do the same with same functionality. How should I do that?
I have a servlet that provides page content in needed JSON format. This JSON will be used by a third party and I need to provide a security level check to this. How can I provide a token authentication in servlet or in ant service/wrapper before servlet to provide a layer of security. This cannot be...
at org.apache.jackrabbit.oak.spi.commit.EditorDiff.childNodeChanged(EditorDiff.java:147) [org.apache.jackrabbit.oak-store-spi:1.39.0.R1886624] at org.apache.jackrabbit.oak.segment.MapRecord.compare(MapRecord.java:444) [org.apache.jackrabbit.oak-segment-tar:1.39.0.R1886624] at org.apache.jackrabbit...
I am able to render the OOTB Tabs Component in AEM React SPA with following code in ui.frontend file.import {MapTo} from '@adobe/aem-react-editable-components';import {TabsV1, TabsV1IsEmptyFn} from '@adobe/aem-core-components-react-spa';MapTo('<project>/components/tabs')(TabsV1, {isEmpty: TabsV1IsEm...
Is it possible to add root path for a tagpicker field in touch UI dialog box so that authors can select the tags from the particular directory only.As we used to set rootpath for a pathfield in classic ui dialogs, is any such provision there for tocuch UI?
I have a csv file where the columns are the fields of the model of the content fragment that I want to create.So I need to create a list of content fragment starting from this csv file. How can I do it?
I want to add the attribute dir="rtl" in <html> tag of the pages, but I don't see any html code in my project structure or root page html where this html tag is present. Is there any way to do it without using JS in AEM 6.5?
HI All, I have a requirement to show only image/video files when I open a asset picker from pathbrowser in touch UI. Please guide me on this. Thanks in advance