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
In this article you can learn about the various ways you can configure the Rich Text Editor.
3
+
In this article you can learn about the different options you have for configuring the Rich Text Editor.
4
4
5
5
## Toolbar
6
6
7
7
You have full control over which options should be available on the RTE.
8
8
9
-

9
+

10
10
11
-
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.
11
+
In the examble above, all 27 options have been enabled. The options include font styles like bold and italics, bullet lists and options to embed videos and insert images.
12
12
13
-
## Stylesheets
13
+
You can customize the look of the toolbar on the Data Type using the Rich Text Editor property editor.
14
14
15
-
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.
15
+

16
16
17
-
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.
17
+
* Enhance the capabilities of the toolbar by enablding or disabling extentions.
18
+
* Use the Toolbar designer to group together items and add additional rows if needed.
18
19
19
20
## Dimensions
20
21
@@ -26,40 +27,20 @@ Define the maximum size for images added through the Rich Text Editor.
26
27
27
28
If inserted images are larger than the dimensions defined here, the images will be resized automatically.
28
29
29
-
## Mode
30
-
31
-
The Rich Text Editor comes in two different modes: Classic and Inline.
32
-
33
-
### Classic
34
-
35
-
The default mode which displays the toolbar at the top.
In this mode the toolbar is hidden, and only shows up when content in the editor is highlighted.
30
+
## Overlay Size
42
31
43
-

32
+
Select the width of the link picker overlay. The overlay size comes in three sizes: Small, Medium, Large, and Full.
44
33
45
-
## Blocks
34
+
## Available Blocks
46
35
47
36
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.
48
37
49
-
## Overlay Size
50
-
51
-
Select the width of the link picker overlay. The overlay size comes in three sizes: Small, Medium, and Large.
38
+
## Image Upload Folder
52
39
53
-
## Hide Label
40
+
Images added through the RTE is by default added to the root of the Media library.
54
41
55
-
When this option is checked the label and description for the RTE property will be hidden.
42
+
Sometimes you might want to add the images to a specific folder. This folder can be configured using the "Image Upload Folder" setting.
56
43
57
44
## Ignore User Start Nodes
58
45
59
46
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.
60
-
61
-
## Image Upload Folder
62
-
63
-
Images added through the RTE is by default added to the root of the Media library.
64
-
65
-
Sometimes you might want to add the images to a specific folder. This folder can be configured using the "Image Upload Folder" setting.
0 commit comments