definition.yml 667 B

1234567891011121314151617181920212223
  1. key: default
  2. title: Default
  3. description: Built-in advanced comments tool.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/wikijs-butterfly.svg
  6. website: https://wiki.js.org
  7. codeTemplate: false
  8. isAvailable: true
  9. props:
  10. akismet:
  11. type: String
  12. title: Akismet API Key
  13. default: ''
  14. hint: 'Prevent spam by using the Akismet service. Enter your API key here to enable. Leave empty to disable.'
  15. maxWidth: 650
  16. order: 1
  17. minDelay:
  18. type: Number
  19. title: Post delay
  20. default: 30
  21. hint: 'Minimum delay (in seconds) between comments per account. Note that all guests are considered as a single account.'
  22. maxWidth: 400
  23. order: 2