chore: tweak feature matrix

This commit is contained in:
Steven
2024-08-12 21:29:57 +08:00
parent 00e2a6fd96
commit 7c31fd444c
13 changed files with 176 additions and 198 deletions

View File

@ -42,6 +42,8 @@ message WorkspaceProfile {
string owner = 6;
// The workspace branding.
bytes branding = 7;
// The workspace available features.
repeated string features = 8;
}
message WorkspaceSetting {