File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
src/packages/documents/document-blueprints/tree/reload-tree-item-children Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
- import {
2
- UMB_DOCUMENT_BLUEPRINT_ENTITY_TYPE ,
3
- UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE ,
4
- UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE ,
5
- } from '../../entity.js' ;
1
+ import { UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE , UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE } from '../../entity.js' ;
6
2
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry' ;
7
3
8
4
export const manifests : Array < ManifestTypes > = [
@@ -11,11 +7,7 @@ export const manifests: Array<ManifestTypes> = [
11
7
kind : 'reloadTreeItemChildren' ,
12
8
alias : 'Umb.EntityAction.DocumentBlueprint.Tree.ReloadChildrenOf' ,
13
9
name : 'Reload Document Blueprint Tree Item Children Entity Action' ,
14
- forEntityTypes : [
15
- UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE ,
16
- UMB_DOCUMENT_BLUEPRINT_ENTITY_TYPE ,
17
- UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE ,
18
- ] ,
10
+ forEntityTypes : [ UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE , UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE ] ,
19
11
meta : { } ,
20
12
} ,
21
13
] ;
You can’t perform that action at this time.
0 commit comments