From 82bbce6138ab86ba27547f5b327b50fa66e504eb Mon Sep 17 00:00:00 2001 From: Lan Nguyen Thuy Date: Wed, 1 Oct 2025 16:18:12 +0700 Subject: [PATCH 1/2] add propertyEditorUis to extension types --- .../customizing/extending-overview/extension-types/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/16/umbraco-cms/customizing/extending-overview/extension-types/README.md b/16/umbraco-cms/customizing/extending-overview/extension-types/README.md index 6cfd32a3077..bcfbfb106a3 100644 --- a/16/umbraco-cms/customizing/extending-overview/extension-types/README.md +++ b/16/umbraco-cms/customizing/extending-overview/extension-types/README.md @@ -93,6 +93,10 @@ The `tree` extension type is used to create a hierarchical structure composed of The `workspace` extension type provides functionality that operates within specific workspace environments, such as document editing, media management, or member editing. +### [Property Editor UIs](../../../reference/property-editor-uis/README.md) +The `PropertyEditorUi` extension type allows you to create custom property editors in the Umbraco backoffice. +See the [official Umbraco documentation](../../../customizing/property-editors/README.md) for a guide on how to work with and create Property Editors. + ## Even More Extension Types ### [Property Level UI Permissions](../../property-level-ui-permissions.md) From 7cf5a103fe41e4a0c94e4ef64a985fa68658f3ba Mon Sep 17 00:00:00 2001 From: NguyenThuyLan <116753400+NguyenThuyLan@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:28:27 +0700 Subject: [PATCH 2/2] Update 16/umbraco-cms/customizing/extending-overview/extension-types/README.md Co-authored-by: Andy Butland --- .../customizing/extending-overview/extension-types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-cms/customizing/extending-overview/extension-types/README.md b/16/umbraco-cms/customizing/extending-overview/extension-types/README.md index bcfbfb106a3..361400a76d9 100644 --- a/16/umbraco-cms/customizing/extending-overview/extension-types/README.md +++ b/16/umbraco-cms/customizing/extending-overview/extension-types/README.md @@ -95,7 +95,7 @@ The `workspace` extension type provides functionality that operates within speci ### [Property Editor UIs](../../../reference/property-editor-uis/README.md) The `PropertyEditorUi` extension type allows you to create custom property editors in the Umbraco backoffice. -See the [official Umbraco documentation](../../../customizing/property-editors/README.md) for a guide on how to work with and create Property Editors. +See the [guide on how to work with and create property editors](../../../customizing/property-editors/README.md) for more information on how to implement this type of extension. ## Even More Extension Types