Skip to content

Commit f72a29f

Browse files
committed
Further Vale corrections
1 parent bb2047a commit f72a29f

File tree

2 files changed

+6
-6
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor
  • 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Any custom stylesheets associated with the Rich Text Editor will not auto genera
1010

1111
### Creating a Style Menu
1212

13-
In this article you can find an example of how to setup an RTE Style Menu using the package manifest file.
13+
In this article you can find an example of how to setup a Style Menu using the package manifest file.
1414

1515
{% code title="umbraco-package.json" %}
1616
```json
@@ -87,9 +87,9 @@ The "`items`" property defines the structure of the style menu. Each menu item h
8787
- `items`: To enable a cascading menu, an array of nested menu items may be added.
8888

8989

90-
Once configured, all custom style menus will appear in the Rich Text Editor toolbar options, as described in the [RTE Configuration](configuration.md) article.
90+
Once configured, all custom style menus will appear in the Rich Text Editor toolbar options, as described in the [Rich Text Editor Configuration](configuration.md) article.
9191

9292

9393
#### Supported HTML tags
9494

95-
Since the Tiptap has a strict RTE schema, only supported HTML tags can be used in the style menu, _(arbitrary markup will be excluded)._ The following HTML tag names are supported: `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `blockquote`, `code`, `codeBlock`, `div`, `em` (italic), `ol`, `strong` (bold), `s` (strike-through), `span`, `u` (underline) and `ul`.
95+
Since the Tiptap has a strict rich-text schema, only supported HTML tags can be used in the style menu, _(arbitrary markup will be excluded)._ The following HTML tag names are supported: `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `blockquote`, `code`, `codeBlock`, `div`, `em` (italic), `ol`, `strong` (bold), `s` (strike-through), `span`, `u` (underline) and `ul`.

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/style-menu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Any custom stylesheets associated with the Rich Text Editor will not auto genera
1010

1111
### Creating a Style Menu
1212

13-
In this article you can find an example of how to setup an RTE Style Menu using the package manifest file.
13+
In this article you can find an example of how to setup a Style Menu using the package manifest file.
1414

1515
{% code title="umbraco-package.json" %}
1616
```json
@@ -87,9 +87,9 @@ The "`items`" property defines the structure of the style menu. Each menu item h
8787
- `items`: To enable a cascading menu, an array of nested menu items may be added.
8888

8989

90-
Once configured, all custom style menus will appear in the Rich Text Editor toolbar options, as described in the [RTE Configuration](configuration.md) article.
90+
Once configured, all custom style menus will appear in the Rich Text Editor toolbar options, as described in the [Rich Text Editor Configuration](configuration.md) article.
9191

9292

9393
#### Supported HTML tags
9494

95-
Since the Tiptap has a strict RTE schema, only supported HTML tags can be used in the style menu, _(arbitrary markup will be excluded)._ The following HTML tag names are supported: `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `blockquote`, `code`, `codeBlock`, `div`, `em` (italic), `ol`, `strong` (bold), `s` (strike-through), `span`, `u` (underline) and `ul`.
95+
Since the Tiptap has a strict rich-text schema, only supported HTML tags can be used in the style menu, _(arbitrary markup will be excluded)._ The following HTML tag names are supported: `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `blockquote`, `code`, `codeBlock`, `div`, `em` (italic), `ol`, `strong` (bold), `s` (strike-through), `span`, `u` (underline) and `ul`.

0 commit comments

Comments
 (0)