Skip to content

Commit f0365a3

Browse files
committed
docs: correct links
1 parent bbfc7fa commit f0365a3

File tree

1 file changed

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

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ These are the current types of UI Extensions:
121121

122122
| Type | Description |
123123
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
124-
| authProvider | An authentication provider for [external login](../reference/security/external-login-providers.md). |
124+
| authProvider | An authentication provider for [external login](../../../reference/security/external-login-providers.md). |
125125
| appEntryPoint | An app entry point is a JavaScript module that is executed when any app is loaded (Login, Installer, Upgrader, and Backoffice). It will never be destroyed. Read more about [Entry Points](./app-entry-point.md). |
126126
| backofficeEntryPoint | A backoffice entry point is a JavaScript module that is executed when the backoffice is loaded. It will be destroyed when the backoffice is closed or logged out. Read more about [Entry Points](./backoffice-entry-point.md). |
127127
| blockEditorCustomView | A custom view for a block in the block editor. |
@@ -139,28 +139,28 @@ These are the current types of UI Extensions:
139139
| globalContext | A global context is a context instance that is available to all components in the Backoffice. It is used to share state between components and to provide a way to communicate between components. Read more about [Global Context](./global-context.md). |
140140
| granularUserPermissions | A granular user permission is a permission that can be added to a user. It is used to control access to specific parts of the Backoffice. |
141141
| headerApp | A header app is a component that can be added to the header such as a button or a link. Read more about [Header Apps](./header-apps.md). |
142-
| healthCheck | A health check is a check that can be added to the health check dashboard. Read more about the backend side of [Health Checks](../reference/configuration/healthchecks.md). |
142+
| healthCheck | A health check is a check that can be added to the health check dashboard. Read more about the backend side of [Health Checks](../../../reference/configuration/healthchecks.md). |
143143
| icons | An icon is a set of icons that can be added to the icon picker. Read more in the [Icons article](./icons.md). |
144-
| localization | A localization is a set of translations that can be added to the localization service. Read more about [Localization](foundation/localization.md) in the UI. |
144+
| localization | A localization is a set of translations that can be added to the localization service. Read more about [Localization](../../foundation/localization.md) in the UI. |
145145
| menu | A menu is a component that can be added to the menu bar. Read more about [Menus](./menu.md). |
146146
| menuItem | A menu item is a component that can be added to a menu. |
147-
| mfaLoginProvider | This type of login provider is the UI component of [Two-Factor Authentication](../reference/security/two-factor-authentication.md) used to enable/disable the provider. |
147+
| mfaLoginProvider | This type of login provider is the UI component of [Two-Factor Authentication](../../../reference/security/two-factor-authentication.md) used to enable/disable the provider. |
148148
| modal | A modal dialog. Read more about [Modals](./modals/). |
149-
| monacoMarkdownEditorAction | A Monaco Markdown Editor action is a button that can be added to the toolbar of the [Markdown Property Editor](../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/markdown-editor.md). |
149+
| monacoMarkdownEditorAction | A Monaco Markdown Editor action is a button that can be added to the toolbar of the [Markdown Property Editor](../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/markdown-editor.md). |
150150
| packageView | A package view is an optional view that can be shown in the "Packages" section of the Backoffice. The user can navigate to this view to see more information about the package and to manage it. |
151151
| previewAppProvider | A preview app provider is a provider that can be used to provide a preview app for the Save and Preview action on a document. |
152152
| propertyAction | A property action is a button that can be added to the property actions menu. |
153-
| propertyEditorSchema | A property editor schema is a model that describes a Data Editor and its properties from the backend to the UI. It is used by Property Editor UIs. Read more about [Property Editors](property-editors/). |
154-
| propertyEditorUi | A property editor UI is a UI component that can be added to content types. It is used to render the UI of a Data Editor. Read more about [Property Editors](property-editors/). |
153+
| propertyEditorSchema | A property editor schema is a model that describes a Data Editor and its properties from the backend to the UI. It is used by Property Editor UIs. Read more about [Property Editors](../../property-editors/). |
154+
| propertyEditorUi | A property editor UI is a UI component that can be added to content types. It is used to render the UI of a Data Editor. Read more about [Property Editors](../../property-editors/). |
155155
| searchProvider | A search provider is a provider that can be used to provide search results for the search bar in the Backoffice. |
156156
| searchResultItem | A search result item is a component that can be added to the search results. |
157157
| theme | A theme is a set of styles that can be added to the Backoffice. The user can select their preferred theme in the current user modal. |
158-
| tiptapExtension | A Tiptap extension is a component that can be added to the [Rich text editor](../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/). |
159-
| tiptapToolbarExtension | A Tiptap toolbar extension is a component that can be added to the toolbar of the [Rich text editor](../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/). |
160-
| tiptapStatusbarExtension | A Tiptap status bar extension is a component that can be added to the status bar of the [Rich text editor](../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/). |
158+
| tiptapExtension | A Tiptap extension is a component that can be added to the [Rich text editor](../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/). |
159+
| tiptapToolbarExtension | A Tiptap toolbar extension is a component that can be added to the toolbar of the [Rich text editor](../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/). |
160+
| tiptapStatusbarExtension | A Tiptap status bar extension is a component that can be added to the status bar of the [Rich text editor](../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/). |
161161
| treeItem | A tree item that can be added to the tree. |
162162
| tree | A tree that can be added to a section. |
163-
| ufmComponent | This type of component is a formatter that can be added to the [Umbraco Flavoured Markdown](../reference/umbraco-flavored-markdown.md), which is used in property descriptions and advanced labels. |
163+
| ufmComponent | This type of component is a formatter that can be added to the [Umbraco Flavoured Markdown](../../../reference/umbraco-flavored-markdown.md), which is used in property descriptions and advanced labels. |
164164
| userProfileApp | A user profile app is a component that can be added to the current user view. |
165165

166166
**Collections**
@@ -175,7 +175,7 @@ These are the current types of UI Extensions:
175175

176176
| Type | Description |
177177
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
178-
| repository | A repository is a class that can be used to interact with a data source. It is used either by context classes or elements directly to interact with the data source. Read more about [Repositories](foundation/repositories.md). |
178+
| repository | A repository is a class that can be used to interact with a data source. It is used either by context classes or elements directly to interact with the data source. Read more about [Repositories](../../foundation/repositories.md). |
179179

180180
**Sections**
181181

@@ -190,7 +190,7 @@ These are the current types of UI Extensions:
190190

191191
| Type | Description |
192192
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
193-
| workspace | A workspace is a component that can be added to an entity type. This is the editor you see, when you edit an entity. Read more about [Workspaces](workspaces.md). |
193+
| workspace | A workspace is a component that can be added to an entity type. This is the editor you see, when you edit an entity. Read more about [Workspaces](./workspaces/README.md). |
194194
| workspaceActionMenuItem | A workspace action menu item is a button that can be added to the workspace action menu. |
195195
| workspaceAction | A workspace action is a button that can be added to the workspace such as the "Save" button. Read more about [Workspace Actions](./workspaces/workspace-editor-actions.md). |
196196
| workspaceContext | A workspace context is a context instance that is available to all components in the workspace. It is used to share state between components and to provide a way to communicate between components. Read more about [Workspace Context](./workspaces/workspace-context.md). |

0 commit comments

Comments
 (0)