wikijs-fork/server/modules/comments/default/definition.yml

24 lines
667 B
YAML
Raw Normal View History

2020-04-07 02:21:42 +00:00
key: default
title: Default
description: Built-in advanced comments tool.
author: requarks.io
logo: https://static.requarks.io/logo/wikijs-butterfly.svg
website: https://wiki.js.org
codeTemplate: false
isAvailable: true
props:
akismet:
2020-04-07 02:21:42 +00:00
type: String
title: Akismet API Key
default: ''
hint: 'Prevent spam by using the Akismet service. Enter your API key here to enable. Leave empty to disable.'
2020-05-31 19:54:20 +00:00
maxWidth: 650
2020-04-07 02:21:42 +00:00
order: 1
minDelay:
type: Number
title: Post delay
default: 30
2020-05-31 19:54:20 +00:00
hint: 'Minimum delay (in seconds) between comments per account. Note that all guests are considered as a single account.'
maxWidth: 400
order: 2