Skip to content

Commit 619fe13

Browse files
author
Ben Szymanski
committed
Reordered and grouped extension type sections for clarity and consistency. Added missing sections to ensure all supported extension types are documented.
1 parent c91e022 commit 619fe13

File tree

1 file changed

+15
-13
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+15
-13
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ The `menu` extension type is used to create custom menus. These can be placed in
7777

7878
The `modal` extension type is used to configure and present dialogs and sidebars within the Umbraco backoffice.
7979

80-
### [Property Level UI Permissions](../../property-level-ui-permissions.md)
81-
82-
Umbraco allows system administrators to define read and write permissions on an individual property basis. `Property Level UI Permissions` can be created to define customized rules to fit any use case.
83-
8480
### [Property Value Preset](property-value-preset.md)
8581

8682
The `propertyValuePreset` extension type is used to customize the default value of a property editor and allow for dynamic behavior through hooks.
@@ -89,27 +85,33 @@ The `propertyValuePreset` extension type is used to customize the default value
8985

9086
The `section` extension type is used to place top-level navigation items within the Umbraco backoffice. Custom Section extensions appear alongside Content, Media, Settings, and others, as seen in the purple navigation bar.
9187

92-
### [Tip-Tap Extensions](../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/extensions.md)
93-
94-
The Tip-Tap editor is the default text editor in Umbraco. Tip-Tap can be extended with either native
95-
9688
### [Trees](tree.md)
9789

9890
The `tree` extension type is used to create a hierarchical structure composed of nodes, such as documents or media extensions or toolbar extensions.
9991
items.
10092

101-
### [Umbraco Flavored Markup Components](../../../reference/umbraco-flavored-markdown.md)
102-
103-
`Umbraco Flavored Markup (UFM) Components`, are used to create descriptions and labels for entities across the backoffice. These replace the previous "Label Property Configuration" feature. Extension authors can create custom components that go beyond textual labels, including creating hooks that allow for imperative programming tasks and custom markup.
104-
10593
### [Workspaces](workspaces/README.md)
10694

10795
The `workspace` extension type provides functionality that operates within specific workspace environments, such as document editing, media management, or member editing.
10896

10997
## Even More Extension Types
11098

99+
### [Property Level UI Permissions](../../property-level-ui-permissions.md)
100+
101+
Umbraco allows system administrators to define read and write permissions on an individual property basis. `Property Level UI Permissions` can be created to define customized rules to fit any use case.
102+
103+
### [Tip-Tap Extensions](../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/extensions.md)
104+
105+
The Tip-Tap editor is the default text editor in Umbraco. Tip-Tap can be extended with either native extensions or toolbar button extensions.
106+
107+
### [Umbraco Flavored Markup Components](../../../reference/umbraco-flavored-markdown.md)
108+
109+
`Umbraco Flavored Markup (UFM) Components`, are used to create descriptions and labels for entities across the backoffice. These replace the previous "Label Property Configuration" feature. Extension authors can create custom components that go beyond textual labels, including creating hooks that allow for imperative programming tasks and custom markup.
110+
111+
## Extension Insights Browser
112+
111113
Umbraco provides a number of additional extension types that can be used to extend the backoffice. The backoffice contains an interactive browser for exploring all available extension types. This feature also allows users to confirm that their own backoffice extensions are found and loaded by the backoffice.
112114

113-
To use the Extension Insights browser, navigate to the **Settings** section of the backoffice and select **Extension Insights** from the sidebar. A comprehensive list of available types can be found in the dropdown menu.
115+
To use the Extension Insights browser, navigate to the **Settings** section of the backoffice and select **Extension Insights** from the sidebar. A comprehensive list of available types can be found in the dropdown menu to the right.
114116

115117
<figure><img src="../../../.gitbook/assets/extension-types-backoffice-browser.png" alt=""><figcaption><p>Backoffice extension browser</p></figcaption></figure>

0 commit comments

Comments
 (0)