|
4 | 4 | Rich Text Editor default implementation |
5 | 5 | {% endembed %} |
6 | 6 |
|
7 | | -In this article you can learn about the various ways you can configure the RTE. |
| 7 | +In this article you can learn about the different ways you can configure the Rich Text Editor. |
8 | 8 |
|
9 | | -### Toolbar |
| 9 | +## Toolbar |
10 | 10 |
|
11 | 11 | You have full control over which options should be available on the RTE. |
12 | 12 |
|
13 | 13 |  |
14 | 14 |
|
15 | 15 | In the examble above, all 34 options have been enabled. The options include copy/paste buttons, font styles like bold and italics, bullet lists and options to embed videos and insert images. |
16 | 16 |
|
17 | | -### Stylesheets |
| 17 | +## Stylesheets |
18 | 18 |
|
19 | 19 | It is possible to define specific styles that can be used when editing content using the RTE. You can use as many of these styles with the RTE as you want. |
20 | 20 |
|
21 | 21 | The RTE styles are defined in CSS files which can be created in the **Settings** section. Read the [RTE Styles](rte-styles.md) article to learn more about this feature. |
22 | 22 |
|
23 | | -### Dimensions |
| 23 | +## Dimensions |
24 | 24 |
|
25 | 25 | Define `height` and `width` of the editor displayed in the content section. |
26 | 26 |
|
27 | | -### Maximum size for inserted images |
| 27 | +## Maximum size for inserted images |
28 | 28 |
|
29 | 29 | Define the maximum size for images added through the Rich Text Editor. |
30 | 30 |
|
31 | 31 | If inserted images are larger than the dimensions defined here, the images will be resized automatically. |
32 | 32 |
|
33 | | -### Mode |
| 33 | +## Mode |
34 | 34 |
|
35 | 35 | The Rich Text Editor comes in two different modes: Classic and Inline. |
36 | 36 |
|
37 | | -#### Classic |
| 37 | +### Classic |
38 | 38 |
|
39 | 39 | The default mode which displays the toolbar at the top. |
40 | 40 |
|
41 | | - |
| 41 | + |
42 | 42 |
|
43 | | -#### Inline |
| 43 | +### Inline |
44 | 44 |
|
45 | 45 | In this mode the toolbar is hidden, and only shows up when content in the editor is highlighted. |
46 | 46 |
|
47 | | - |
| 47 | + |
48 | 48 |
|
49 | | -### Blocks |
| 49 | +## Blocks |
50 | 50 |
|
51 | | -Blocks can be added as elements in the Rich Text Editor. Configuration and rendering of Blocks is described in the [Blocks in Rich Text Editor](rte-blocks.md) article. |
| 51 | +Blocks can be added as elements in the Rich Text Editor. Configuration and rendering of Blocks is described in the [Blocks in Rich Text Editor](blocks.md) article. |
52 | 52 |
|
53 | | -### Overlay Size |
| 53 | +## Overlay Size |
54 | 54 |
|
55 | 55 | Select the width of the link picker overlay. The overlay size comes in three sizes: Small, Medium, and Large. |
56 | 56 |
|
57 | | -### Hide Label |
| 57 | +## Hide Label |
58 | 58 |
|
59 | 59 | When this option is checked the label and description for the RTE property will be hidden. |
60 | 60 |
|
61 | | -### Ignore User Start Nodes |
| 61 | +## Ignore User Start Nodes |
62 | 62 |
|
63 | | -Some of the backoffice users might be restricted to a specific part of the content tree. When the "Ignore User Start Nodes" is checked, the users can pick any piece of content from the content tree, when adding internal links through the RTE. |
| 63 | +Some of the backoffice users might be restricted to a specific part of the content tree. When the "Ignore User Start Nodes" is checked, users can pick any piece of content, when adding internal links. |
64 | 64 |
|
65 | | -### Image Upload Folder |
| 65 | +## Image Upload Folder |
66 | 66 |
|
67 | 67 | Images added through the RTE is by default added to the root of the Media library. |
68 | 68 |
|
|
0 commit comments