definition.yml 678 B

1234567891011121314151617181920212223
  1. key: artalk
  2. title: Artalk
  3. description: A light-weight self-hosted comment system.
  4. author: CDN18
  5. logo: https://static.requarks.io/logo/artalk.png
  6. website: https://artalk.js.org
  7. codeTemplate: true
  8. isAvailable: true
  9. props:
  10. server:
  11. type: String
  12. title: Artalk Backend URL
  13. default: ''
  14. hint: 'Publicly accessible URL of your Artalk instance. It should start with http/https and omit the trailing slash. (e.g. https://artalk.example.com)'
  15. maxWidth: 650
  16. order: 1
  17. siteName:
  18. type: String
  19. title: Site Name
  20. default: ''
  21. hint: 'The name of this site configured in the artalk backend. Leave empty to use default site.'
  22. maxWidth: 450
  23. order: 2