Interface: Permissions
Define the operations that can be performed in a collection.
Properties​
create?​
optional
create:boolean
Can the user add new entities. Defaults to true
Defined in​
packages/firecms_core/src/types/permissions.ts:20
delete?​
optional
delete:boolean
Can the user delete entities. Defaults to true
Defined in​
packages/firecms_core/src/types/permissions.ts:28
edit?​
optional
edit:boolean
Can the elements in this collection be edited. Defaults to true
Defined in​
packages/firecms_core/src/types/permissions.ts:24
read?​
optional
read:boolean
Can the user see this collection.
If false
it will not show in the user's navigation
Defaults to true