diff --git a/docs/teams/assets/project-access-settings.png b/docs/teams/assets/project-access-settings.png new file mode 100644 index 00000000..538ccd87 Binary files /dev/null and b/docs/teams/assets/project-access-settings.png differ diff --git a/docs/teams/collaboration-and-access-control.md b/docs/teams/collaboration-and-access-control.md index 151df978..b31eff4b 100644 --- a/docs/teams/collaboration-and-access-control.md +++ b/docs/teams/collaboration-and-access-control.md @@ -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:hello@stackblitz.com) 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:hello@stackblitz.com) if additional configurability here is important to you. ::: \ No newline at end of file