HI @sanjanas3080058 , If you have input stream of S3 objects. You can also consider using Asset Manager APIs. the method accepts input stream to create asset. Though I have not tried but worth to try.https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/co...
Hi @ShagunMalik , You can use Sling APIs for this. Below are the steps-1. Get Resource Resolver in your Class.resolver = resolverFactory.getServiceResourceResolver(param);2. Get the resource from Resource ResolverResource resource = resourceResolver.getResource("PATH-of-Content");3. Adapt it to Valu...
Hi @sanjanas3080058 , You can use Asset HTTP API available. we have CRUD operations support for all REST operations. Please refer this video-https://www.youtube.com/watch?v=Yn7ybOwfIYY Reference-https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?lang=e...
Hi @ariesyinn ,The requirement is not clear. Do you have this as component in which you are showing XML response? Though, I will try to answer based on what I understood. 1. If the XML is coming via a component then you can simply create a Clientlib and write a jQuery on load event which can just re...
Hi @garym12587067 , There is one option through which you can export page and children information using AEM sites-https://experienceleague.adobe.com/docs/experience-manager-64/authoring/authoring/csv-export.html?lang=en You can also create package using http://<HOST>:<PORT>/crx/packmgrhttps://exper...
Hi @Anderson_Hamer , Below is what you need to achieve it- 1. In your project editable template structure just change sling:resourceType to project specific xfpage component. sling:resourceType = myproject/components/structure/page/xfpage 2. Now this xfpage component can inherit the OOTB xfpage, '...
Hi @Keerthi97 , If I understood your question, your HTML mark-up (links on the page are still showing full path). In that case, we need to understand one thing- Below can be options to short the URL inside mark-up- Sling mapping (etc/map) has been created ORSling Resource Resolver Fact...
Hi @AD-Engineer , We have HTTP Asset APIs available for Content Fragment. Let me give you example. if your CF is created under '/content/dam/products' then you can access all the CF inside products folder using below GET call- http://<HOST>:<PORT>/api/assets/products.json I have created a Simple C...
Hi @AD-Engineer , Just to confirm, while creation of configuration folder, you have selected 'Content Fragment Model' checkbox. Do you see any error in logs?
Hi @AD-Engineer , You must be getting some network/console error of libraries not being loaded properly. Do you see below library loaded on your page-http:<host>:<port>/libs/dam/cfm/models/editor/components/formbuilder/clientlibs.css