Skip to content

Commit c3fed30

Browse files
committed
Attempt to fix vale warnings
1 parent abec32b commit c3fed30

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/configuration.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,65 @@
44
Rich Text Editor default implementation
55
{% endembed %}
66

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.
88

9-
### Toolbar
9+
## Toolbar
1010

1111
You have full control over which options should be available on the RTE.
1212

1313
![Toolbar: All options enabled](../../built-in-property-editors/rich-text-editor/images/toolbar-full-11.png)
1414

1515
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.
1616

17-
### Stylesheets
17+
## Stylesheets
1818

1919
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.
2020

2121
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.
2222

23-
### Dimensions
23+
## Dimensions
2424

2525
Define `height` and `width` of the editor displayed in the content section.
2626

27-
### Maximum size for inserted images
27+
## Maximum size for inserted images
2828

2929
Define the maximum size for images added through the Rich Text Editor.
3030

3131
If inserted images are larger than the dimensions defined here, the images will be resized automatically.
3232

33-
### Mode
33+
## Mode
3434

3535
The Rich Text Editor comes in two different modes: Classic and Inline.
3636

37-
#### Classic
37+
### Classic
3838

3939
The default mode which displays the toolbar at the top.
4040

41-
![RTE Mode: Classic](../../built-in-property-editors/rich-text-editor/images/rte-mode-classic-11.png)
41+
![RTE Mode: Classic](images/rte-mode-classic-11.png)
4242

43-
#### Inline
43+
### Inline
4444

4545
In this mode the toolbar is hidden, and only shows up when content in the editor is highlighted.
4646

47-
![Rich Text Editor Inline mode](../../built-in-property-editors/rich-text-editor/images/inline-mode-new.png)
47+
![Rich Text Editor Inline mode](images/inline-mode-new.png)
4848

49-
### Blocks
49+
## Blocks
5050

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.
5252

53-
### Overlay Size
53+
## Overlay Size
5454

5555
Select the width of the link picker overlay. The overlay size comes in three sizes: Small, Medium, and Large.
5656

57-
### Hide Label
57+
## Hide Label
5858

5959
When this option is checked the label and description for the RTE property will be hidden.
6060

61-
### Ignore User Start Nodes
61+
## Ignore User Start Nodes
6262

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.
6464

65-
### Image Upload Folder
65+
## Image Upload Folder
6666

6767
Images added through the RTE is by default added to the root of the Media library.
6868

0 commit comments

Comments
 (0)