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
*[Change Rich Text Editor UI](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/change-rich-text-editor-ui.md)
35
36
*[Rich Text Editor TinyMce](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/README.md)
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,13 @@
6
6
`Returns: HTML`
7
7
8
8
{% hint style="warning" %}
9
-
In Umbraco 15 the Rich Text Editor has gotten an alternative that introduces Tiptap as a new property editor UI.
9
+
In Umbraco 15, the Rich Text Editor has gotten an alternative that introduces Tiptap as the new default property editor UI.
10
10
11
-
This article will evolve as more features are added to the implementation in the coming versions of Umbraco CMS.
11
+
You can continue to use the [TinyMCE UI for the Rich Text Editor](../rich-text-editor-tinymce/README.md). This UI will be removed in Umbraco 16.
12
+
13
+
#### Current limitations
14
+
15
+
The Tiptap UI currently does not support using custom styles for your rich text.
12
16
{% endhint %}
13
17
14
18
The Rich Text Editor (RTE) Tiptap property editor is based on Tiptap and is highly configurable. Dependening on the configuration set up, it gives your editors a lot of flexibility when working with content.
@@ -17,21 +21,21 @@ The Rich Text Editor (RTE) Tiptap property editor is based on Tiptap and is high
17
21
18
22
Customize everything from toolbar options to editor size to where pasted images are saved.
19
23
20
-
## [Blocks](rte-blocks.md)
24
+
## [Blocks](blocks.md)
21
25
22
26
Use Blocks to define specific parts which can be added as part of the markup of the Rich Text Editor.
23
27
24
-
## [Plugins](rte-plugins.md)
28
+
## [Plugins](plugins.md)
25
29
26
30
Extend the functionality of the Rich Text Editor with plugins.
27
31
28
32
## Data Type Definition Example
29
33
30
-

34
+

31
35
32
36
## Content Example
33
37
34
-

0 commit comments