I'm trying to reuse carousel core component in our SPA project, but while authoring when I click on Add button it does nothing. Its working fine well with non-SPA project. I tried the fixes mentioned in below github hub issues also, but its not working as expected.https://github.com/adobe/aem-core-w...
I have tried the below query in query builder but results showing up zero, I'm getting results only when I remove type=dam:Asset. I have verified in crx, the assets are of primary type dam:Asset only.path=/content/dam/testtype=dam:Assetp.limit=-1p.guessTotal=trueproperty.value=ABC123p.nodedepth=3pro...
I am trying to explore asset compute service in local cloud sdk, but there are no default processing files under tool->assets path, and can anyone tell me how to use asset compute service in local environment?
Hi @AEMLearner-1989, You can use Jackson Annotation @JsonIgnore for that. Please find the detailed article regarding this. https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/json-exporter-components.html?lang=en http://www.sgaemsolutions.com/2017/06/sling-model-expor...
Hi @user06594 , Try to get the required file reference from component dialog and in code get the inputstream of the file and convert it to binary. The binary content need to be set as "jcr:data" property of asset node path wherever you wanted to store it. PFB sample code. File file = new File("/path...
Hi @JAI_AEM , You can achieve this in the component sling model class. Inject the required property in sling model and update its value using setProperty in its init() method.