Skip to content

Commit c1aef03

Browse files
authored
Update _index.md
1 parent ea683c9 commit c1aef03

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/widgets/richtext

content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ To configure this widget, follow these steps:
127127
### Advanced Tab
128128

129129
* **Enable spell checking** – configures to use the browser’s native spell checker.
130-
* **Default font family** – configures initial selection of font family shown in the dropdown toolbar if no fonts are set. This configuration is only to adjust the font toolbar display with page's default font-family. No value being set to the editor's text directly. Value sets should be the same with selected `font-name-value` in `data-value` variable of fonts.
131-
* **Default font size** – configures initial font size to be shown in the dropdown of font size in the toolbar if no font sizes are set. This configuration is only to adjust the font size toolbar with the page's default font size. No font size value being set to the editor's text directly. Value set should be available in the font size toolbar selections.
130+
* **Default font family** – configures initial selection of the font family shown in the dropdown toolbar if no fonts are set. This configuration is only to adjust the font toolbar display with page's default font-family. No value is being set to the editor's text directly. The value set should be the same with selected `font-name-value` in `data-value` variable of fonts.
131+
* **Default font size** – configures initial font size to be shown in the dropdown of font size in the toolbar if no font sizes are set. This configuration only adjusts the font size toolbar with the page's default font size. No font size value is being set to the editor's text directly. The value set should be available in the font size toolbar selections.
132132
* **Custom fonts** – configures extra fonts selection for the font family.
133133
* **Selectable images** – configures image entity source to allow rich text to use images from entity instead of base64 string.
134134
* **Enable default upload** – if enabled, it will keep the current image upload method using base64 string, otherwise it is hidden (default value: **true**).
135-
* **Status bar content** - configures counter display on the status bar
136-
* **Word count**display number of word in the status bar
137-
* **Character count (text only)**display the number of character displayed in the editor.
138-
* **Character count (includeing HTML)**display the number of character saved into the attribute value. This is include the HTML tag inserted for the formatting of rich text.
135+
* **Status bar content** - configures counter display on the status bar:
136+
* **Word count**displays the number of words in the status bar.
137+
* **Character count (text only)**displays the number of characters displayed in the editor.
138+
* **Character count (includeing HTML)**displays the number of characters saved into the attribute value. This includes the HTML tag inserted for the formatting of rich text.
139139

140140
### Common Tab
141141

@@ -285,12 +285,11 @@ export async function selectImage(fileGuid) {
285285

286286
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.
287287

288-
## Limitation
288+
## Limitations
289289

290-
Rich text version 4 still have limitations that we will continue improving in the future.
291-
Current notable limitations are:
290+
Rich Text version 4 still has limitations that we will continue improving in the future. Current notable limitations are as follows:
292291

293-
- Tables only support basic formatting. The following are not yet supported:
292+
- Tables only support basic formatting. The following formatting options are not yet supported:
294293
- Nested tables
295294
- Table header
296295
- Table caption

0 commit comments

Comments
 (0)