Details
-
Bug
-
Resolution: Solved By
-
Major
-
18.1.0-rc-1
-
None
-
Integration
-
Unknown
-
N/A
-
N/A
-
Description
Follow these steps to reproduce:
- create a new page with this content:
image:icon:accept
- edit the page with BlockNote
The image is not displayed in edit mode. You only see the image placeholder. The reason is that the generated UniAst syntax doesn't provide the image URL:
{
"blocks" : [ {
"type" : "image",
"styles" : { },
"target" : {
"type" : "internal",
"rawReference" : "icon:accept"
}
} ]
}
The same happens with attached images.
Attachments
Issue Links
- depends on
-
XWIKI-24157 Use directly the BlockNote syntax instead of going through UniAst
-
- Closed
-