diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts index 0c6940f22b..0799dfb4dd 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts @@ -57,6 +57,7 @@ export const manifests: Array = [ }, ], }, + /* TODO: implement bulk duplicate action { type: 'entityBulkAction', kind: 'default', @@ -79,6 +80,8 @@ export const manifests: Array = [ }, ], }, + */ + /* TODO: implement bulk move action { type: 'entityBulkAction', kind: 'default', @@ -101,6 +104,8 @@ export const manifests: Array = [ }, ], }, + */ + /* TODO: implement bulk trash action { type: 'entityBulkAction', kind: 'default', @@ -123,4 +128,5 @@ export const manifests: Array = [ }, ], }, + */ ];