mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
feat: add workspace custom branding setting
This commit is contained in:
@ -40,13 +40,17 @@ message WorkspaceProfile {
|
||||
// The owner name.
|
||||
// Format: "users/{id}"
|
||||
string owner = 6;
|
||||
// The workspace branding.
|
||||
bytes branding = 7;
|
||||
}
|
||||
|
||||
message WorkspaceSetting {
|
||||
// The workspace custome branding.
|
||||
bytes branding = 1;
|
||||
// The custom style.
|
||||
string custom_style = 1;
|
||||
string custom_style = 2;
|
||||
// The default visibility of shortcuts and collections.
|
||||
Visibility default_visibility = 2;
|
||||
Visibility default_visibility = 3;
|
||||
}
|
||||
|
||||
message GetWorkspaceProfileRequest {}
|
||||
|
Reference in New Issue
Block a user