use types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { UMB_DOCUMENT_ENTITY_TYPE, UMB_DOCUMENT_ROOT_ENTITY_TYPE } from '../../entity.js';
|
||||
import { UmbCreateDocumentEntityAction } from './create.action.js';
|
||||
import type { ManifestModal, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
const entityActions: Array<ManifestTypes> = [
|
||||
{
|
||||
@@ -28,7 +28,7 @@ const entityActions: Array<ManifestTypes> = [
|
||||
},
|
||||
];
|
||||
|
||||
const modals: Array<ManifestModal> = [
|
||||
const modals: Array<ManifestTypes> = [
|
||||
{
|
||||
type: 'modal',
|
||||
alias: 'Umb.Modal.Document.CreateOptions',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { UMB_DOCUMENT_ENTITY_TYPE } from '../../entity.js';
|
||||
import { UmbDocumentCultureAndHostnamesEntityAction } from './culture-and-hostnames.action.js';
|
||||
import type { ManifestModal, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
const entityActions: Array<ManifestTypes> = [
|
||||
{
|
||||
@@ -17,7 +17,7 @@ const entityActions: Array<ManifestTypes> = [
|
||||
},
|
||||
];
|
||||
|
||||
const manifestModals: Array<ManifestModal> = [
|
||||
const manifestModals: Array<ManifestTypes> = [
|
||||
{
|
||||
type: 'modal',
|
||||
alias: 'Umb.Modal.CultureAndHostnames',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { UMB_DOCUMENT_ENTITY_TYPE } from '../../entity.js';
|
||||
import { UMB_DOCUMENT_PUBLIC_ACCESS_REPOSITORY_ALIAS } from './repository/manifests.js';
|
||||
import { UmbDocumentPublicAccessEntityAction } from './public-access.action.js';
|
||||
import type { ManifestModal, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
const entityActions: Array<ManifestTypes> = [
|
||||
{
|
||||
@@ -18,7 +18,7 @@ const entityActions: Array<ManifestTypes> = [
|
||||
},
|
||||
];
|
||||
|
||||
const manifestModals: Array<ManifestModal> = [
|
||||
const manifestModals: Array<ManifestTypes> = [
|
||||
{
|
||||
type: 'modal',
|
||||
alias: 'Umb.Modal.PublicAccess',
|
||||
|
||||
Reference in New Issue
Block a user