You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/style-menu.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The `items` property defines the structure of the style menu. Each menu item has
80
80
-`icon`: To prefix an icon to the menu item.
81
81
-`style`: To apply CSS rules to the menu item.
82
82
-`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.
84
84
-`class`: Applies a class attribute with the defined class name to the containing tag of the selected text.
85
85
-`id`: Applies an ID attribute with the defined ID value to the containing tag of the selected text.
86
86
-`separatorAfter`: When `true`, it will add a line separator after the menu item.
0 commit comments