I’m working with the Universal Editor in Adobe Edge Delivery Services (EDS) and need to create new blocks/components for a project.
My question is: in addition to implementing the new blocks, is it also possible to create custom ResourceTypes for them, similar to what we do in traditional AEM Sites?
If so, is there any official documentation or practical example showing how to register and associate these ResourceTypes in the context of Universal Editor/EDS?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Wilnaweb1 ,
In Universal Editor (UE) with Edge Delivery Services (EDS), you cannot create and register custom sling:resourceType for blocks like in traditional AEM Sites.
All UE blocks use the generic Franklin resource types:
Instead, you “register” new blocks for authoring by adding them to:
Official docs & examples:
Create a Block with Universal Editor
Component Models (Field Types)
Note: For EDS + UE, stick to Franklin’s resource types and register blocks via JSON models/definitions — custom sling:resourceType is not the supported approach.
Thank you, my friend.
I’d like to confirm if it’s possible to create custom ResourceTypes or extend existing ones, as described in the documentation:
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...
Views
Replies
Total Likes
Thank you, my friend.
I’d like to confirm if it’s possible to create custom ResourceTypes or extend existing ones, as described in the documentation:
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...
Hi @Wilnaweb1 ,
In Universal Editor (UE) with Edge Delivery Services (EDS), you cannot create and register custom sling:resourceType for blocks like in traditional AEM Sites.
All UE blocks use the generic Franklin resource types:
Instead, you “register” new blocks for authoring by adding them to:
Official docs & examples:
Create a Block with Universal Editor
Component Models (Field Types)
Note: For EDS + UE, stick to Franklin’s resource types and register blocks via JSON models/definitions — custom sling:resourceType is not the supported approach.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies