Permissions
@firecms/core / Permissions
Interface: Permissions
Section titled “Interface: Permissions”Defined in: types/permissions.ts:10
Define the operations that can be performed in a collection.
Properties
Section titled “Properties”create?
Section titled “create?”
optionalcreate:boolean
Defined in: types/permissions.ts:20
Can the user add new entities. Defaults to true
delete?
Section titled “delete?”
optionaldelete:boolean
Defined in: types/permissions.ts:28
Can the user delete entities. Defaults to true
optionaledit:boolean
Defined in: types/permissions.ts:24
Can the elements in this collection be edited. Defaults to true
optionalread:boolean
Defined in: types/permissions.ts:16
Can the user see this collection.
If false it will not show in the user’s navigation
Defaults to true