There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-9a1bc06b-749f-4df1-ae2c-3d07492b5b2a XWIKI-24011 Open

Fail to edit a quote with multiple child blocks

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-8475bfaa-04a4-49bd-8910-31dad1271447 Marius Dumitru Florea on 12/Feb/26 16:36
 

The same happens if I try to edit nested quotes:

> one
>> two

which produces:

{
  "blocks" : [ {
    "type" : "quote",
    "styles" : { },
    "content" : [ {
      "type" : "paragraph",
      "styles" : { },
      "content" : [ {
        "type" : "text",
        "styles" : { },
        "content" : " one"
      } ]
    }, {
      "type" : "quote",
      "styles" : { },
      "content" : [ {
        "type" : "paragraph",
        "styles" : { },
        "content" : [ {
          "type" : "text",
          "styles" : { },
          "content" : " two"
        } ]
      } ]
    } ]
  } ]
}