Last active
July 15, 2020 12:34
-
-
Save marionebl/f5dbeadc4642f9c88e97433815254298 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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