Hi Devs, we can able to reuse only the dialog fields using 'resourceType "granite/ui/components/foundation/include" ' method. But can we reuse the authored values of one component to other reused components, so we don't need to do authoring for all similar reused components multiple times. Is there...
Hi, This problem, I've been bugging me around a bit. Whenever I am adapt to ExperienceFragmentVariation, it returns me a NULL. Anyone have some insight on this?
Hello, we are trying to implement the screens with AEM, so we want to enable network traffic through firewall. will screens be continuously polling the content from AEM instance being an initiator and request and fetch the content? will AEM initiate any request to the screens player directly?so the ...
Due to security and cross domain concerns, the AEM component has to call third party API using server side request.So, client side "http get" to AEM sever, AEM server make request post to the third part API, once server side request successfully, it would pass the data back to client. Do we have any...
Hi folks, can we able to create Experience Fragements using a static template and add that Xf to a page created using static template in AEM 6.5? Thanks.
Hi, I've followed a tutorial for setting up a react spa component and it's running and fetching the dialog.However, now when i add additional classes (className) to the div it doesn't show up in the rendered html.I see no errors in the error.log file under crx-quickstart and I get no errors in the b...
Hello, I wanted to see if anyone is aware of any sort of URL parameter that can be added to a link in AEM 6.5 author that forces loads the page in Preview mode. There used to be similar ones in 5.x but I can't find anything for 6.5. We are looking to provide those links to client reviewers so tha...
Hi community! I have a node on CRX with rep:policy deny jcr:write to everyone, I have modified permission programatically because I need to activate / deactivate permissions according to property, but users on administrators group can modify node. Why?? Any suggestion? I am working with AEM 6.5 T...
Dear All,We have one service class with one @activate method which is not getting invoked, But is working fine in other class of the same app. Is there a constraint that only one @activate can be used in one app-core? Thanks in advance