From 7f139245bab20c71aea3983edef8b46911ca7a67 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 29 Sep 2022 11:20:52 +0200 Subject: [PATCH] update alias docs description --- .../shared/editor-entity-layout/editor-entity-layout.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts index 00391fcfc2..29633ed46a 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts @@ -71,7 +71,7 @@ export class UmbEditorEntityLayout extends UmbContextConsumerMixin(LitElement) { ]; /** - * Alias of the editor that will be rendered. The editor has to be registered in the Extension Registry. + * Alias of the editor. The Layout will render the editor views that are registered for this editor alias. * @public * @type {string} * @attr