Hi, I have a requirement where I have to use the content fragment on one of the pages of the edge delivery services project, and I want the content fragment to be editable as well from a universal editor, how can this be achieved?
The fields present in the content fragment should be editable via a universal editor and whatever fields are authored should be saved as well on content fragment
please help me resolve this
Thank you
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @rahulda2
In order to edit any content in Universal Editor there are few meta and data attribute needed to be added.
Please check below app
https://ue-remote-app.adobe.net/
Hi,
Please check https://experienceleaguecommunities.adobe.com/t5/edge-delivery-services-questions/how-to-expose-cont...
Hi @arunpatidar
Thank you for the approach but I want something different,
I have instrumented the content fragment component for it to be shown in universal editor now I want the fields defined in content fragment model to be accessible in the properties rail in the universal editor and want to have the functionality to change it from universal editor itself
after changing the fields from universal editor the content fragment should be updated with the latest data as well
is there any way it can be achieved? currently, I am only able to see the content fragment component in the content tree of the universal editor but I want the fields as well to be shown and edited from there itself
Hi @rahulda2
It is not possible at the moment but you can try using extensions.
https://developer.adobe.com/uix/docs/extension-manager/
Hi @arunpatidar
In the documentation they have mentioned a case of editing content fragments with the universal editor but I am not able to find out how they have achieved it
here is the link of Adobe's documentation : https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/sites/authoring/...
can you please help me achieve this functionality?
Thank you
Hi @rahulda2
In order to edit any content in Universal Editor there are few meta and data attribute needed to be added.
Please check below app
https://ue-remote-app.adobe.net/
Thank you @arunpatidar
I was using data-aue-type="component" instead it should be "reference" and also the path was wrong in data-aue-resource
The issue is resolved and I am able to sync the changes from the universal editor itself