Skip to content

Commit 1c8d0b4

Browse files
sofietofteshanrnh
andauthored
Apply suggestions from code review
Co-authored-by: Esha Noronha <[email protected]>
1 parent 1a3f811 commit 1c8d0b4

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
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.
1010
{% endhint %}
1111

12-
The Rich Text Editor (RTE) is based on [tinymce](https://www.tinymce.com/) and is highly configurable. Depending on the configuration, it will give your content editors more flexibility when working with content that should be more than only plain text.
12+
The Rich Text Editor (RTE) is highly configurable and based on [TinyMCE](https://www.tinymce.com/). Depending on the configuration, it will give your content editors more flexibility when working with content that should be more than plain text.
1313

1414
{% hint style="info" %}
15-
**Are you using custom configuration or plugins with TinyMCE?**
15+
**Are you using custom configurations or plugins with TinyMCE?**
1616

1717
In Umbraco 11 the TinyMCE version supported has been upgraded from version 4 to version 6. You need to migrate to the latest version if you are using TinyMCE plugins or custom configuration.
1818

@@ -32,7 +32,7 @@ Use CSS to define specific editor styles and add them as formatting options of t
3232

3333
## [Blocks](rte-blocks.md)
3434

35-
Use Blocks to define specific parts which can be added as part of the markup of the Rich Text Editor.
35+
Use Blocks to define specific parts that can be added as part of the markup of the Rich Text Editor.
3636

3737
## [Plugins](rte-plugins.md)
3838

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

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

7-
In this article you can learn about the different ways you can configure the Rich Text Editor (RTE).
7+
In this article, you will learn about different ways to configure the Rich Text Editor (RTE).
88

99
## 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

15-
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.
15+
In the example above, all 34 options have been enabled. These options include copy/paste buttons, font styles like bold and italics, bullet lists, and options to embed videos and insert images.
1616

1717
## Stylesheets
1818

@@ -22,7 +22,7 @@ The RTE styles are defined in CSS files which can be created in the **Settings**
2222

2323
## Dimensions
2424

25-
Define `height` and `width` of the editor displayed in the content section.
25+
Define the `height` and `width` of the editor displayed in the Content section.
2626

2727
## Maximum size for inserted images
2828

@@ -42,13 +42,13 @@ The default mode which displays the toolbar at the top.
4242

4343
### Inline
4444

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

4747
![Rich Text Editor Inline mode](images/inline-mode-new.png)
4848

4949
## 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](blocks.md) article.
51+
Blocks can be added as elements in the Rich Text Editor. Configuration and rendering of Blocks are described in the [Blocks in Rich Text Editor](blocks.md) article.
5252

5353
## Overlay Size
5454

@@ -60,10 +60,10 @@ When this option is checked the label and description for the RTE property will
6060

6161
## 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, users can pick any piece of content, when adding internal links.
63+
Some backoffice users might be restricted to specific parts of the Content tree. When the "Ignore User Start Nodes" option is checked, users can pick any piece of content, when adding internal links.
6464

6565
## Image Upload Folder
6666

67-
Images added through the RTE is by default added to the root of the Media library.
67+
Images added through the RTE are by default added to the root of the Media library.
6868

6969
Sometimes you might want to add the images to a specific folder. This folder can be configured using the "Image Upload Folder" setting.

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

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

88
{% hint style="warning" %}
9-
In Umbraco 15, the Rich Text Editor has gotten an alternative that introduces Tiptap as the new default property editor UI.
9+
In Umbraco 15, the Rich Text Editor has a new default property editor UI that introduces Tiptap as an alternative.
1010

1111
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.
1212

@@ -15,15 +15,15 @@ You can continue to use the [TinyMCE UI for the Rich Text Editor](../rich-text-e
1515
The Tiptap UI currently does not support using custom styles for your rich text.
1616
{% endhint %}
1717

18-
The Rich Text Editor (RTE) Tiptap property editor is based on [Tiptap](https://tiptap.dev/) and is highly configurable. Dependening on the configuration set up, it gives your editors a lot of flexibility when working with content.
18+
The Rich Text Editor (RTE) Tiptap property editor is highly configurable and based on [Tiptap](https://tiptap.dev/). Depending on the configuration setup, it provides editors a lot of flexibility when working with content.
1919

2020
## [Configuration options](configuration.md)
2121

2222
Customize everything from toolbar options to editor size to where pasted images are saved.
2323

2424
## [Blocks](blocks.md)
2525

26-
Use Blocks to define specific parts which can be added as part of the markup of the Rich Text Editor.
26+
Use Blocks to define specific parts that can be added as part of the markup of the Rich Text Editor.
2727

2828
## [Plugins](plugins.md)
2929

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Then you will see the configuration options for a Block List as shown below.
2222
The Data Type editor allows you to configure the following properties:
2323

2424
* **Available Blocks** - Here you will define the Block Types to be available for use in the property. Read more on how to set up Block Types below.
25-
* **Blocks Live editing mode** - Enabling this will make editing of a Block happen directly to the Rich Text Editor, making changes appear as you type.
25+
* **Blocks Live editing mode** - Enabling this will edit a Block directly to the Rich Text Editor, making changes appear as you type.
2626

2727
## Setup Block Types
2828

@@ -89,7 +89,7 @@ The Partial View will receive the model of `Umbraco.Cms.Core.Models.Blocks.RichT
8989

9090
If you use ModelsBuilder, you can specify the Content Model (and optionally the Settings Model) in the Partial View model. This allows for type-safe access to the Block data.
9191

92-
The following example shows a Partial View of a Block with `MyBlockType` as Content Model and `MyBlockSettingsType` as Settings Model:
92+
The following example shows a Partial View of a Block with `MyBlockType` as the Content Model and `MyBlockSettingsType` as the Settings Model:
9393

9494
```csharp
9595
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem<MyBlockType, MyBlockSettingsType>>
@@ -101,4 +101,4 @@ The following example shows a Partial View of a Block with `MyBlockType` as Cont
101101

102102
## Build a Custom Backoffice View
103103

104-
Building Custom Views for Block representations in Backoffice is the same for all Block Editors. [Read about building a Custom View for Blocks here](../../../../../tutorials/creating-custom-views-for-blocklist.md)
104+
Building Custom Views for Block representations in Backoffice is the same for all Block Editors. [Read about building a Custom View for Blocks here](../../../../../tutorials/creating-custom-views-for-blocklist.md).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change Rich Text Editor UI
22

33
{% hint style="info" %}
4-
Umbraco 15 ships with two UI options for working with rich text, Tiptap and TinyMCE. The latter will eventually be removed from the CMS.
4+
Umbraco 15 includes two options for rich text editing: Tiptap and TinyMCE. TinyMCE will eventually be phased out of the CMS.
55

6-
This article will guide you through switching from using the TinyMCE UI to using the new Tiptap UI.
6+
This article will guide you through switching from TinyMCE UI to the new Tiptap UI.
77
{% endhint %}
88

99
The following steps will guide you through changing the property editor used for rich text on an existing Document Type.
@@ -54,4 +54,4 @@ Once you have prepared the new Data Type you need to update the Document Types t
5454

5555
## Verify your content
5656

57-
When you have updated all the relevant Document Types, it is recommend to verify the content that uses the rich text editor.
57+
When you have updated all the relevant Document Types, it is recommended to verify the content that uses the Rich Text Editor.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ You have full control over which options should be available on the RTE.
88

99
![Toolbar: All options enabled](images/rte-tiptap-all-toolbar-items.png)
1010

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.
11+
In the example above, all 27 options have been enabled. These options include font styles like bold and italics, bullet lists, and options to embed videos and insert images.
1212

1313
You can customize the look of the toolbar on the Data Type using the Rich Text Editor property editor.
1414

1515
![Enhance and customize the capabilities of the Rich Text Editor toolbar](images/rte-tiptap-capabilities-and-toolbar.png)
1616

17-
* Enhance the capabilities of the toolbar by enablding or disabling extentions.
17+
* Enhance the capabilities of the toolbar by enabling or disabling extensions.
1818
* Use the Toolbar designer to group together items and add additional rows if needed.
1919

2020
## Dimensions
@@ -33,11 +33,11 @@ Select the width of the link picker overlay. The overlay size comes in three siz
3333

3434
## Available Blocks
3535

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](blocks.md) article.
36+
Blocks can be added as elements in the Rich Text Editor. Configuration and rendering of Blocks are described in the [Blocks in Rich Text Editor](blocks.md) article.
3737

3838
## Image Upload Folder
3939

40-
Images added through the RTE is by default added to the root of the Media library.
40+
Images added through the RTE are by default added to the root of the Media library.
4141

4242
Sometimes you might want to add the images to a specific folder. This folder can be configured using the "Image Upload Folder" setting.
4343

15/umbraco-cms/fundamentals/data/data-types/default-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This Data type enables editors to choose from a list of radiobuttons.
9999

100100
## Richtext Editor
101101

102-
A TipTap based What You See Is What You Get (WYSIWYG) editor. This is the standard editor used to edit larger amount of text. The editor has a lot of settings, which can be changed on the Richtext editor Data Type in the Settings section.
102+
A TipTap-based What You See Is What You Get (WYSIWYG) editor. This is the standard editor used to edit a larger amount of text. The editor has a lot of settings, which can be changed on the Richtext editor Data Type in the Settings section.
103103

104104
Learn more about the configuration options in the [Rich Text Editor articles](../../backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/README.md).
105105

0 commit comments

Comments
 (0)