Definition of 'Credit Cards' should specify a model in order fetch the properties. After pushing, remove the existing block and add it back. You should see the property."template": {
"name": "Credit Cards",
"model": "credit-cards"
}
EDS currently doesn't support composite multifields. Although we can see the fields correctly on UE, the data is not being stored on nodes as expected. Please refer the below thread as well.https://experienceleaguecommunities.adobe.com/t5/edge-delivery-services-questions/using-container-component-wi...
Hey @AnthonySupa, We did something like this using fragments. Below is the code snippet, where tab-items accepts either text or fragment as source. This is just a workaround for the current limitation. {
"definitions": [
{
"title": "Tabs",
"id": "tabs",
"plugins": {
"...
You can add the property name and value under template section in the definitions. Like below. {
"title": "Button",
"id": "button",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/compone...
Hi @sofiyans8042875 , Although I'm still working on the JS, I was able to get the dialog structure. Adding the reference link as well. Good luck! https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/field-types{"component": "con...