definition.yml 750 B

12345678910111213141516171819202122232425262728
  1. key: dropbox
  2. title: Dropbox
  3. description: Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/dropbox.svg
  6. icon: /_assets/icons/ultraviolet-dropbox.svg
  7. color: blue darken-2
  8. website: https://dropbox.com
  9. isAvailable: true
  10. useForm: false
  11. props:
  12. clientId:
  13. type: String
  14. title: App Key
  15. hint: Application Client ID
  16. order: 1
  17. clientSecret:
  18. type: String
  19. title: App Secret
  20. hint: Application Client Secret
  21. sensitive: true
  22. order: 2
  23. refs:
  24. callbackUrl:
  25. title: Authorization Callback URL
  26. hint: The callback endpoint to input on Dropbox.
  27. icon: back
  28. value: '{host}/login/{id}/callback'