You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
595 B

  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. order: 1
  16. minDelay:
  17. type: Number
  18. title: Post delay
  19. default: 30
  20. hint: 'Minimum delay (in seconds) between comments per IP address.'
  21. maxWidth: 400
  22. order: 2