diff --git a/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/settings/+page.svelte b/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/settings/+page.svelte index c8abe4744..6c7bc2aff 100644 --- a/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/settings/+page.svelte +++ b/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/settings/+page.svelte @@ -1,5 +1,5 @@ @@ -160,49 +181,18 @@ on:click={updateName}>Update + Update Permissions

- Assign read or write permissions at the Collection Level or - Document Level. If collection Level permissions are assigned, permissions - applied to individual documents are ignored. + Choose who can access your collection and documents. For more information, check out + the Permissions Guide in our documentation.

-
    -
  • - -
  • -
  • - -
  • -
- - {#if collectionDocumentSecurity} - -

- Manage permissions at the Document Level to control access over - every document in your collection. Check out our documentation for more - on - Permissions -

-
- {:else if collectionPermissions !== null} + {#if collectionPermissions} {/if}
@@ -211,6 +201,32 @@
+ + Update Document Security + + + + +

+ When document security is enabled, users will be able to access documents for + which they have been granted either Document or Collection permissions. +

+

+ If document security is disabled, users can access documents only if they have Collection permissions. Document permissions will be ignored. +

+
+ + + +
+ Delete Collection