Skip to content

Commit e320f49

Browse files
committed
New article for swapping the UI
1 parent 29e936d commit e320f49

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

15/umbraco-cms/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* [Configuration](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/configuration.md)
3333
* [Plugins](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/plugins.md)
3434
* [Blocks](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks.md)
35+
* [Change Rich Text Editor UI](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/change-rich-text-editor-ui.md)
3536
* [Rich Text Editor TinyMce](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/README.md)
3637
* [Configuration](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/configuration.md)
3738
* [Styles](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/styles.md)

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
`Returns: HTML`
77

88
{% 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.
1010

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.
1216
{% endhint %}
1317

1418
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
1721

1822
Customize everything from toolbar options to editor size to where pasted images are saved.
1923

20-
## [Blocks](rte-blocks.md)
24+
## [Blocks](blocks.md)
2125

2226
Use Blocks to define specific parts which can be added as part of the markup of the Rich Text Editor.
2327

24-
## [Plugins](rte-plugins.md)
28+
## [Plugins](plugins.md)
2529

2630
Extend the functionality of the Rich Text Editor with plugins.
2731

2832
## Data Type Definition Example
2933

30-
![Rich Text Editor - Data Type](../../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/rich-text-editor/images/rte-datatype-v10.png)
34+
![Rich Text Editor - Data Type](images/rte-tiptap-datatypedefinition.png)
3135

3236
## Content Example
3337

34-
![Rich Text Editor - Content](../../built-in-property-editors/rich-text-editor/images/rte-content-11.png)
38+
3539

3640
## MVC View Example
3741

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Change Rich Text Editor UI
2+
3+
This article will explain how to change the UI used for the Rich Text Editor.

0 commit comments

Comments
 (0)