Skip to content

Permissions

@firecms/core


@firecms/core / Permissions

Defined in: types/permissions.ts:10

Define the operations that can be performed in a collection.

optional create: boolean

Defined in: types/permissions.ts:20

Can the user add new entities. Defaults to true


optional delete: boolean

Defined in: types/permissions.ts:28

Can the user delete entities. Defaults to true


optional edit: boolean

Defined in: types/permissions.ts:24

Can the elements in this collection be edited. Defaults to true


optional read: 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