Skip to content

Commit 0259246

Browse files
committed
Apply suggestions from review
1 parent b2d0265 commit 0259246

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To add a premium plugin, you need to add the plugin name to the `plugins` array
149149
Premium plugins require a subscription at [TinyMCE Cloud](https://www.tiny.cloud/). You can go there and sign up for a free trial. You will get a Cloud API key that you can use to try out the premium plugins.
150150
{% endhint %}
151151

152-
1. **Declaring the plugin**
152+
1. Declaring the plugin
153153

154154
Let us first add the [powerpaste](https://www.tiny.cloud/docs/tinymce/6/introduction-to-powerpaste/) plugin to the rich text editor. This plugin is a premium plugin that helps you paste content from Word documents and other sources. We will configure the plugin to allow local images and clean the HTML when pasting Word documents.
155155

@@ -179,7 +179,7 @@ Let us first add the [powerpaste](https://www.tiny.cloud/docs/tinymce/6/introduc
179179

180180
{% endcode %}
181181

182-
2. **Creating the plugin.js file**
182+
2. Creating the plugin.js file
183183

184184
The `plugin.js` file should contain the JavaScript code to load the cloud-hosted TinyMCE premium plugins bundle. You must replace `{Cloud API Key}` with your own Cloud API key.
185185

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

5-
![Rich Text Editor Styles](../../built-in-property-editors/rich-text-editor/images/rte-styles.png)
5+
![Rich Text Editor Styles](images/rte-styles.png)
66

77
## Creating RTE Styles
88

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

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

1111
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

13-
You can customize the look of the toolbar on the Data Type using the Rich Text Editor property editor.
14-
15-
![Enhance and customize the capabilities of the Rich Text Editor toolbar](images/rte-tiptap-capabilities-and-toolbar.png)
13+
You can customize the look of the toolbar:
1614

1715
* Enhance the capabilities of the toolbar by enabling or disabling extensions.
1816
* Use the Toolbar designer to group together items and add additional rows if needed.
1917

18+
![Enhance and customize the capabilities of the Rich Text Editor toolbar](images/rte-tiptap-capabilities-and-toolbar.png)
19+
2020
## Dimensions
2121

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

0 commit comments

Comments
 (0)