remove document delete action
This commit is contained in:
@@ -7,19 +7,6 @@ import { manifests as cultureAndHostnamesManifests } from './culture-and-hostnam
|
||||
import type { ManifestEntityAction } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
const entityActions: Array<ManifestEntityAction> = [
|
||||
{
|
||||
type: 'entityAction',
|
||||
kind: 'delete',
|
||||
alias: 'Umb.EntityAction.Document.Delete',
|
||||
name: 'Delete Document Entity Action',
|
||||
weight: 1100,
|
||||
forEntityTypes: [UMB_DOCUMENT_ENTITY_TYPE],
|
||||
meta: {
|
||||
deleteRepositoryAlias: UMB_DOCUMENT_DETAIL_REPOSITORY_ALIAS,
|
||||
itemRepositoryAlias: UMB_DOCUMENT_DETAIL_REPOSITORY_ALIAS,
|
||||
pickerModalAlias: UMB_DOCUMENT_PICKER_MODAL,
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'entityAction',
|
||||
kind: 'default',
|
||||
|
||||
Reference in New Issue
Block a user