File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/Umbraco.Web.UI.Client/src/packages/rte/components Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ import type {
21
21
UmbPropertyEditorConfigCollection ,
22
22
} from '@umbraco-cms/backoffice/property-editor' ;
23
23
24
+ /**
25
+ * The abstract base class that is used as a base for the rich-text-editor component.
26
+ * @cssprop --umb-rte-width - The width of the rich-text-editor (default: unset)
27
+ * @cssprop --umb-rte-min-width - The minimum width of the rich-text-editor (default: unset)
28
+ * @cssprop --umb-rte-max-width - The maximum width of the rich-text-editor (default: 100%)
29
+ * @cssprop --umb-rte-height - The height of the rich-text-editor (default: 100%)
30
+ * @cssprop --umb-rte-min-height - The minimum height of the rich-text-editor (default: 100%)
31
+ * @cssprop --umb-rte-max-height - The maximum height of the rich-text-editor (default: 100%)
32
+ */
24
33
export abstract class UmbPropertyEditorUiRteElementBase
25
34
extends UmbFormControlMixin < UmbPropertyEditorRteValueType | undefined , typeof UmbLitElement , undefined > ( UmbLitElement )
26
35
implements UmbPropertyEditorUiElement
You can’t perform that action at this time.
0 commit comments