Skip to content

Instantly share code, notes, and snippets.

@marionebl
Last active July 15, 2020 12:34
Show Gist options
  • Save marionebl/f5dbeadc4642f9c88e97433815254298 to your computer and use it in GitHub Desktop.
Save marionebl/f5dbeadc4642f9c88e97433815254298 to your computer and use it in GitHub Desktop.
{
"key": "editor-adf-storage",
"name": "Eitor ADF storage",
"description": "Store Atlassian Editor documents as Bitbucket snippets",
"baseUrl": "https://atlaskit.atlassian.com",
"scopes": ["email", "snippet:write"],
"contexts": ["account"],
"authentication": {
"type": "none"
},
"lifecycle": {
"installed": "/installed",
"uninstalled": "/uninstalled"
},
"modules": {
"oauthConsumer": {
"clientId": "{{consumerKey}}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment