I have a multifield which contains a textfield. I want to store a specific value of that textfield has an array of strings. Below is the content structurenameDetails (multifield) ---------item0 -----------Property name--> name and Property Value--> adobe (textfield1) ...
We are looking for a way to allow our associates to build their own "store" microsites in AEM Cloud. Has anyone done this? Specifically, we would like for our associates to be able to: Choose a store theme from a set of themes created by my company;Upload a photo and write textual content, which wil...
Is it possible to create a review workflow for launches for approval/ sign off before the launch page is promoted back to its source? If so how? thanksKeeley
I am having a use case to create a QR code image based on a EventListener which gets triggered, when we save a content fragment after adding few properties.I used com.google.zxing API to make this functional and it is all working fine and able to create QR code images.During automatic code review fr...
Hello,I am trying to expose experience fragment as JSON data where experience fragment has custom component. I can get the desired JSON with path http://localhost:4502/content/experience-fragments/my-project/us/en/site/globalnav/master/jcr:content/root/globalnav.model.json where globalnav is resourc...
We created project using latest archetype (cloud runtime).Junit test fails in the part when json is loading,ctx.load().json("/com/myproject/core/models/impl/MycmpntImplTest.json", "/content"); Same test works when I move it and run from inside weekend project or when I use weekend test libs (pom def...
My site structure is as follows:/content/mysite/language-masters/en /content/mysite/us/en /content/experience-fragments/mysite/language-masters/en /content/experience-fragments/mysite/us/enThis site structure allows me to use the Localized Site Structure Support feature of the Core Experience Fragme...
Hi All, one of my customer using LS4 invoking a process on Workbench directly from JAVA. He needs to create a PDF. He receive this kind of exception. Could be related to: - some missing field on the xml data- some missing method iin one custom components? Any insight?Thanks
We frequently need to log something (e.g. audit or unusual events, or just something we want to keep track of) on the production instance. However, the only log level available on prod is log.error. So we use log.error for general logging on production. This has the unfortunate side effect that we...
Hi All,I have created sling model for multifield which accept page path and from that page path need to access to page property That part i have done and it working fine.issue is I wanted to access parent page title from the page path.do you know how to do it?please check the below code to acce...