I was testing with Write API to create content using a Section model. The content was created successfully but when I try to edit it the visual editor I cannot drag & drop new blocks or edit/remove existing block. I don’t know if I did anything wrong. Here is the request body.
{
"name": "Mr Talentino",
"published": "published",
"data": {
"name": "Mr Talentino",
"id": 9593,
"handle": "mr-talentino",
"blocks": [
{
"@type": "@builder.io/sdk:Element",
"component": {
"name": "HeroMedia",
"options": {
"withScrollDownButton": true,
"loop": true,
"muted": true,
"playing": true,
"withOverlay": true
},
"responsiveStyles" : {
"large" :{
"display": "flex",
"flexDirection": "column",
"position": "relative",
"flexShrink": "0",
"boxSizing": "border-box",
"aspectRatio": "1.77777778"
}
}
}
}
]
}
}