Skip to content

Update docs/teams/collaboration-and-access-control.md #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/teams/assets/project-access-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/teams/collaboration-and-access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ By default, all StackBlitz projects created within a Team are publicly viewable

![Sharing settings](./assets/sharing-settings.png)

### Team settings
When collaborating inside a StackBlitz Team, you have these additional controls:
- Allow or disallow team members from inviting external users to collaborate on projects created inside the team.
- Select the highest level of external visibility (to those outside the team) allowed for projects created inside the team (private, secret, or public).
- Default member role allows you to set the default level of access that members of the team have to newly created projects (co-owner, editor, or viewer). This can be changed on an individual project-by-project basis as well.

![Sharing settings](./assets/project-access-settings.png)

:::tip
Currently it is not possible to hide projects (or remove edit access) from other members within the StackBlitz Team. Selecting Visibility: Private will only hide the project from users NOT in the Team. [Let us know](mailto:[email protected]) if additional configurability here is important to you.
Currently it is not possible to hide projects from other members within the StackBlitz Team. Selecting Visibility: Private will only hide the project from users NOT in the Team. [Let us know](mailto:[email protected]) if additional configurability here is important to you.
:::