Skip to content

Spec Update 12/01/2021 #64

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 1 commit into from
Dec 2, 2021
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
5 changes: 3 additions & 2 deletions team_log_generated.stone
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ union ExtendedVersionHistoryPolicy

union ExternalDriveBackupPolicy
"Policy for controlling team access to external drive backup feature"
default
disabled
enabled

Expand Down Expand Up @@ -5660,8 +5661,8 @@ struct ExternalDriveBackupPolicyChangedDetails
"Previous external drive backup policy."

example default
new_value = disabled
previous_value = disabled
new_value = default
previous_value = default

struct FileCommentsChangePolicyDetails
"Enabled/disabled commenting on team files."
Expand Down
2 changes: 2 additions & 0 deletions team_policies.stone
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,5 @@ union ExternalDriveBackupPolicyState
"External Drive Backup feature is disabled."
enabled
"External Drive Backup feature is enabled."
default
"External Drive Backup default value based on team tier."