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 @SahrudayaB , You can include these external scripts in html file of page/headerlibs.https://sourcedcode.com/blog/aem/how-to-include-javascript-for-an-aem-websitehttps://www.sfu.ca/cms/howto/advanced/style-a-page/customjavascript.html Regards,Santosh
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.
Hi @rajakumare1 , What I suggest you do is for each project, after importing from git, right-click and click on Configure -> Convert to Content Package. This will ensure that all the right facets and builders are configured. Regards,Santosh