Skip to content

Commit bbe4eb0

Browse files
committed
Rename files
1 parent 4f01b16 commit bbe4eb0

File tree

9 files changed

+9
-22
lines changed

9 files changed

+9
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rich Text Editor TinyMce
22

33
`Schema Alias: Umbraco.RichText`
4-
`UI Alias: Umbraco.RichText`
4+
`UI Alias: Umb.PropertyEditorUi.TinyMCE`
55

66
`Returns: HTML`
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Blocks in Rich Text Editor
1+
# Blocks
22

33
{% hint style="warning" %}
44
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Rich Text Editor Configuration
2-
3-
## Configuration
1+
# Configuration
42

53
{% embed url="<https://www.youtube.com/watch?v=QRIWz9SotY4>" %}
64
Rich Text Editor default implementation
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
description: Information on how to work with TinyMCE plugins in the rich text editor.
33
---
44

5-
# Rich Text Editor Plugins
6-
7-
## Overview
5+
# Plugins
86

97
The Rich Text Editor (RTE) in Umbraco is based on the open source editor [TinyMCE](https://www.tiny.cloud/). TinyMCE is a highly customizable editor, and it is possible to extend the functionality of the editor by adding plugins.
108

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rich Text Editor Styles
1+
# Styles
22

33
It is possible to define specific styles and fonts for the Rich Text Editor (RTE). Once you have defined the styles, and enabled them on the RTE Data Type, the styles can be accessed directly in the Content section.
44

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rich Text Editor Tiptap
22

33
`Schema Alias: Umbraco.RichText`
4-
`UI Alias: Umbraco.RichText`
4+
`UI Alias: Umb.PropertyEditorUi.TipTap`
55

66
`Returns: HTML`
77

@@ -13,15 +13,10 @@ This article will evolve as more features are added to the implementation in the
1313

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

16-
1716
## [Configuration options](configuration.md)
1817

1918
Customize everything from toolbar options to editor size to where pasted images are saved.
2019

21-
## [Styles](rte-styles.md)
22-
23-
Use CSS to define specific editor styles and add them as formatting options of the Rich Text Editor.
24-
2520
## [Blocks](rte-blocks.md)
2621

2722
Use Blocks to define specific parts which can be added as part of the markup of the Rich Text Editor.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Blocks in Rich Text Editor
1+
# Blocks
22

33
{% hint style="warning" %}
44
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Rich Text Editor Configuration
2-
3-
## Configuration
1+
# Configuration
42

53
{% embed url="<https://www.youtube.com/watch?v=QRIWz9SotY4>" %}
64
Rich Text Editor default implementation
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
description: Information on how to work with TinyMCE plugins in the rich text editor.
33
---
44

5-
# Rich Text Editor Plugins
6-
7-
## Overview
5+
# Plugins
86

97
The Rich Text Editor (RTE) in Umbraco is based on the open source editor [TinyMCE](https://www.tiny.cloud/). TinyMCE is a highly customizable editor, and it is possible to extend the functionality of the editor by adding plugins.
108

0 commit comments

Comments
 (0)