You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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). |
125
125
| 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). |
126
126
| 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). |
127
127
| blockEditorCustomView | A custom view for a block in the block editor. |
@@ -139,28 +139,28 @@ These are the current types of UI Extensions:
139
139
| 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). |
140
140
| 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. |
141
141
| 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). |
143
143
| 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. |
145
145
| menu | A menu is a component that can be added to the menu bar. Read more about [Menus](./menu.md). |
146
146
| 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. |
148
148
| 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). |
150
150
| 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. |
151
151
| 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. |
152
152
| 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/). |
155
155
| searchProvider | A search provider is a provider that can be used to provide search results for the search bar in the Backoffice. |
156
156
| searchResultItem | A search result item is a component that can be added to the search results. |
157
157
| 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/). |
161
161
| treeItem | A tree item that can be added to the tree. |
162
162
| 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. |
164
164
| userProfileApp | A user profile app is a component that can be added to the current user view. |
165
165
166
166
**Collections**
@@ -175,7 +175,7 @@ These are the current types of UI Extensions:
| 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). |
179
179
180
180
**Sections**
181
181
@@ -190,7 +190,7 @@ These are the current types of UI Extensions:
| 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). |
194
194
| workspaceActionMenuItem | A workspace action menu item is a button that can be added to the workspace action menu. |
195
195
| 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). |
196
196
| 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