From ae8172ed39c05ddf68a179f71dbd3ba53290db8f Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 8 Sep 2023 13:42:09 +0200 Subject: [PATCH] format --- .../documents/user-permissions/manifests.ts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/user-permissions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/user-permissions/manifests.ts index 4e5c1434d4..012e214e7b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/user-permissions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/user-permissions/manifests.ts @@ -7,25 +7,25 @@ const permissions: Array = [ name: 'Read Document User Permission', meta: { label: 'Read', - description: 'Allow access to browse documents', + description: 'Allow access to browse documents', }, }, - { + { type: 'userPermission', alias: 'Umb.UserPermission.Document.CreateBlueprint', name: 'Create Document Blueprint User Permission', meta: { label: 'Create Content Template', - description: 'Allow access to create a Content Template' + description: 'Allow access to create a Content Template', }, }, - { + { type: 'userPermission', alias: 'Umb.UserPermission.Document.Delete', name: 'Delete Document User Permission', meta: { label: 'Delete', - description: 'Allow access to delete a document' + description: 'Allow access to delete a document', }, }, { @@ -34,7 +34,7 @@ const permissions: Array = [ name: 'Create Document User Permission', meta: { label: 'Create', - description: 'Allow access to create a document' + description: 'Allow access to create a document', }, }, { @@ -43,7 +43,7 @@ const permissions: Array = [ name: 'Document Notifications User Permission', meta: { label: 'Notifications', - description: 'Allow access to setup notifications for documents' + description: 'Allow access to setup notifications for documents', }, }, { @@ -52,7 +52,7 @@ const permissions: Array = [ name: 'Publish Document User Permission', meta: { label: 'Publish', - description: 'Allow access to publish a document' + description: 'Allow access to publish a document', }, }, { @@ -61,7 +61,7 @@ const permissions: Array = [ name: 'Document Permissions User Permission', meta: { label: 'Permissions', - description: 'Allow access to change permissions for a document' + description: 'Allow access to change permissions for a document', }, }, { @@ -70,7 +70,7 @@ const permissions: Array = [ name: 'Send Document For Approval User Permission', meta: { label: 'Send For Approval', - description: 'Allow access to send a document for approval before publishing' + description: 'Allow access to send a document for approval before publishing', }, }, { @@ -79,7 +79,7 @@ const permissions: Array = [ name: 'Unpublish Document User Permission', meta: { label: 'Unpublish', - description: 'Allow access to unpublish a document' + description: 'Allow access to unpublish a document', }, }, { @@ -88,7 +88,7 @@ const permissions: Array = [ name: 'Update Document User Permission', meta: { label: 'Update', - description: 'Allow access to save a document' + description: 'Allow access to save a document', }, }, ];