Skip to content

Instantly share code, notes, and snippets.

@kylenstone
Created September 22, 2020 17:58
Show Gist options
  • Save kylenstone/69be47876e49d4e84a580e0e93961881 to your computer and use it in GitHub Desktop.
Save kylenstone/69be47876e49d4e84a580e0e93961881 to your computer and use it in GitHub Desktop.
Example Project Preferences to pass into Project templater
{
"private" : false,
"project_preferences": {
"notify_on_updated_label": false,
"notify_on_new_mention": false,
"notify_on_new_comment": false,
"notify_on_new_collaborator": false,
"notify_on_new_asset": false,
"collaborator_can_share": false,
"collaborator_can_invite": false,
"collaborator_can_download": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment