mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 19:41:10 +10:00
space updates
* space UI * space management * space permissions * other fixes
This commit is contained in:
@ -5,12 +5,12 @@ export enum UserRole {
|
||||
}
|
||||
|
||||
export enum SpaceRole {
|
||||
OWNER = 'owner', // can add members, remove, and delete space
|
||||
ADMIN = 'admin', // can manage space settings, members, and delete space
|
||||
WRITER = 'writer', // can read and write pages in space
|
||||
READER = 'reader', // can only read pages in space
|
||||
}
|
||||
|
||||
export enum SpaceVisibility {
|
||||
OPEN = 'open', // any workspace member can see and join.
|
||||
OPEN = 'open', // any workspace member can see that it exists and join.
|
||||
PRIVATE = 'private', // only added space users can see
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user