Skip to content

Commit 9476a1a

Browse files
authored
Update 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/style-menu.md
1 parent 70b1dc4 commit 9476a1a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `items` property defines the structure of the style menu. Each menu item has
8080
- `icon`: To prefix an icon to the menu item.
8181
- `style`: To apply CSS rules to the menu item.
8282
- `data`: To configure the function of the style menu item. The value has 3 optional properties:
83-
- `tag`: A supported HTML tag name, _(see below)_, this will be applied to the selected text.
83+
- `tag`: A [supported HTML tag](#supported-html-tags) name. This will be applied to the selected text.
8484
- `class`: Applies a class attribute with the defined class name to the containing tag of the selected text.
8585
- `id`: Applies an ID attribute with the defined ID value to the containing tag of the selected text.
8686
- `separatorAfter`: When `true`, it will add a line separator after the menu item.

0 commit comments

Comments
 (0)