Merge pull request #1785 from umbraco/bugfix/remove-create-button-on-doc-type-items
Bugfix: remove create action on doc type items
This commit is contained in:
@@ -14,11 +14,7 @@ const entityActions: Array<ManifestTypes> = [
|
||||
name: 'Create Document Type Entity Action',
|
||||
weight: 1200,
|
||||
api: UmbCreateDocumentTypeEntityAction,
|
||||
forEntityTypes: [
|
||||
UMB_DOCUMENT_TYPE_ENTITY_TYPE,
|
||||
UMB_DOCUMENT_TYPE_ROOT_ENTITY_TYPE,
|
||||
UMB_DOCUMENT_TYPE_FOLDER_ENTITY_TYPE,
|
||||
],
|
||||
forEntityTypes: [UMB_DOCUMENT_TYPE_ROOT_ENTITY_TYPE, UMB_DOCUMENT_TYPE_FOLDER_ENTITY_TYPE],
|
||||
meta: {
|
||||
icon: 'icon-add',
|
||||
label: '#actions_create',
|
||||
|
||||
Reference in New Issue
Block a user