From 3d1acb57efa51b6ed93ae1da3fba95b3ba55e29a Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 28 Feb 2023 13:46:32 +0100 Subject: [PATCH] add registration --- src/Umbraco.Web.UI.Client/src/stories/extending/extensions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/stories/extending/extensions.mdx b/src/Umbraco.Web.UI.Client/src/stories/extending/extensions.mdx index 2925f7e7b9..0f6a96ba29 100644 --- a/src/Umbraco.Web.UI.Client/src/stories/extending/extensions.mdx +++ b/src/Umbraco.Web.UI.Client/src/stories/extending/extensions.mdx @@ -8,6 +8,7 @@ TODO: introduction to the extendable UI The Umbraco Backoffice currently support the following extension types: +- [Registration](?path=/docs/guides-extending-the-backoffice-registration--docs) - [Header App](?path=/docs/guides-extending-the-backoffice-header-apps--docs) - [Section](?path=/docs/guides-extending-the-backoffice-sections--docs) - [Entity Action](?path=/docs/guides-extending-the-backoffice-entity-actions--docs)