feat(workspaces): toggle embedded viewer branding (#4762)

* feat(viewer): embedded viewer option to hide speckle branding

* chore(viewer): can edit embed options policy

* chore(embeds): tests for new policy and gql
This commit is contained in:
Chuck Driesler
2025-05-19 13:19:38 +01:00
committed by GitHub
parent 0a284dd7ae
commit 969ca64a1b
27 changed files with 657 additions and 18 deletions
@@ -9,7 +9,8 @@ export const Workspaces = buildTableHelper('workspaces', [
'updatedAt',
'logo',
'domainBasedMembershipProtectionEnabled',
'discoverabilityEnabled'
'discoverabilityEnabled',
'isEmbedSpeckleBrandingHidden'
])
export const WorkspaceAcl = buildTableHelper('workspace_acl', [