Workspace General Settings
Workspace identity panel with name, slug, URL preview, rename warning, logo upload, and default role select.
Workspace identity panel with name, slug, URL preview, rename warning, logo upload, and default role select.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Workspace General Settings is the identity panel for the Acme workspace: a logo square showing the bold A initial with an Upload logo button and the size guidance, SVG or PNG at least 256px square, shown in the sidebar and on invites. Below it a name field and a slug field. The slug field carries a live URL preview, your workspace lives at acme.app/w/acme, and an honest rename warning: old links redirect for 90 days, then return 404. The default role Select is rendered closed with Member as the current value, and a note that the setting applies to invite links and domain joins but can still be overridden per invite. The save bar footer states who can act, only owners and admins can change these settings.
Logo, name, slug, and default role live in one panel rather than split pages so a new admin can audit the full workspace identity in one scroll without hunting across tabs.
Reach for this block on the workspace settings general route, wired to your workspace PATCH endpoint. Trigger a slug rename confirmation modal when the slug value changes before committing, old links will break after 90 days and that is worth a second click.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the workspace identity form. Other general settings panels:
Tip: the URL preview under the slug field is worth the extra markup; users need to see the address that will break before they commit the rename.