definition.yml 563 B

123456789101112131415161718192021
  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. order: 2