Hi Kostiantyn Diachenko, My use case is different. Like in AEM or AEMAaCS we used to have model json for entire page, it was one of the way to get page content. Now in EDS we don't have json content of the page. I am figuring out if json extension of the EDS pages can be allowed but I don't see any ...
Hi Kostiantyn Diachenko, Page is hosted on some other platform, I need to access the DOM in my local. Use case is 1. Page is hosted let's say https://www.example.com/cotnent/en/aboutus.html2. Page is opening fine in any browser3. My sample js code is running in localhost:45024. Now I need a way to f...
Hi All, I could see a clear difference between html page source and current DOM structure of the same html page. I need to fetch current DOM structure (mouse right click and inspect option in browser) of the page. Would like to know if there is any API in java or FE js?I tried making http call but a...
Hi All, EDS spreadsheet content is accessible with json extension in url. I have a requirement to fetch doc page content in the form of json. Is there any way I can access? Manually replacing the extension to json throwing 404 page not found. Thanks,Pradeep
Hi Arun, I have title and description field in in block. Card blcok has rows, so the logic is totally different here. Not sure how to fetch the individual fields from block object.
I understood decorate function in js file is generating the html as per the need. But my question is 'block' attribute passed in decorate function, from the block reference how could I fetch the 'attributes' for that block? I want to format the values/text and do some manipulation before rendering o...
Hi Folks, I recently started writing my first Universal Editor compatible block in 'EDS'. Block has title as text field and description as richtext field. How could I read the values of these block properties in js file? Actually the use case is to arrange the text on page with some custom styles. A...
Hello Folks, I have doc based authoring pages, now I need to convert to universal editor pages. Do we have any Adobe provided tools or ACS commons tools/features which can automate this process? Please share the insights if anyone has done something around such requirement Thanks,Pradeep
All these things are taken care, I am using SDK verison Adobe Experience Manager 2024.8.17465.20240813T175259Z-240800 How should the publisher/dispatcher URL look like for a graphql query which has query variable in it. This is something less explored/discussed topic on community forum it seems. Th...
Dear Members, I am writing graphql query on content fragment, I need to pass 'variation' query variable to get the content from particular variation of the content fragment. The query is working fine on Graphql Query Editor in AEM cloud SDK. However when I copy the url and hit using the browser it i...