UMB_ALLOWED_DOCUMENT_TYPES_MODAL
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
|
||||
|
||||
export interface UmbAllowedDocumentTypesModalData {
|
||||
key: string | null;
|
||||
}
|
||||
|
||||
export interface UmbAllowedDocumentTypesModalResult {
|
||||
documentTypeKey: string;
|
||||
}
|
||||
|
||||
export const UMB_ALLOWED_DOCUMENT_TYPES_MODAL = new UmbModalToken<
|
||||
UmbAllowedDocumentTypesModalData,
|
||||
UmbAllowedDocumentTypesModalResult
|
||||
>('Umb.Modal.AllowedDocumentTypes', {
|
||||
type: 'sidebar',
|
||||
size: 'small',
|
||||
});
|
||||
Reference in New Issue
Block a user