Skip to content

Commit d60be0f

Browse files
committed
Merge remote-tracking branch 'origin/release/16.2'
2 parents 7836770 + e142a9c commit d60be0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/rte/components/rte-base.element.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ import type {
2121
UmbPropertyEditorConfigCollection,
2222
} from '@umbraco-cms/backoffice/property-editor';
2323

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+
*/
2433
export abstract class UmbPropertyEditorUiRteElementBase
2534
extends UmbFormControlMixin<UmbPropertyEditorRteValueType | undefined, typeof UmbLitElement, undefined>(UmbLitElement)
2635
implements UmbPropertyEditorUiElement

0 commit comments

Comments
 (0)