Skip to content

Commit 84f3595

Browse files
committed
docs: adds documentation for "fileUploadPreview"
1 parent f42c47d commit 84f3595

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ These are the current types of UI Extensions:
135135
| entityAction | An entity action is a button that can be added to any entity, like a document, media, member, etc. It will be shown in the entity actions menu and in the entity actions menu. |
136136
| entityBulkAction | An entity bulk action is a button that can be added to the bulk actions menu, which is shown when multiple entities are selected in a collection view. |
137137
| entryPoint | (Deprecated) Old name for `backofficeEntryPoint`. |
138+
| fileUploadPreview | A file upload preview is a component that can be used to preview files when they are uploaded in the media section. [See the default previews in Umbraco on GitHub](https://github.com/umbraco/Umbraco-CMS/blob/main/src/Umbraco.Web.UI.Client/src/packages/media/media/components/input-upload-field/preview/manifest.ts) |
138139
| 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](extending-overview/extension-types/global-context.md). |
139140
| 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. |
140141
| 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](extending-overview/extension-types/header-apps.md). |

0 commit comments

Comments
 (0)