You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,3 +284,13 @@ export async function selectImage(fileGuid) {
284
284
```
285
285
286
286
This code will trigger a new event called **imageSelected** and bubble up the event back to Rich Text widget to continue the flow. The user then can use the **image id** instead of **base64 string** as the image source.
287
+
288
+
## Limitation
289
+
290
+
Rich text version 4 still have limitations that we will continue improving in the future.
291
+
Current notable limitations are:
292
+
293
+
- Tables only support basic formatting. The following are not yet supported:
0 commit comments