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

23 lines
595 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-04-07 02:21:42 +00:00
order: 1
minDelay:
type: Number
title: Post delay
default: 30
hint: 'Minimum delay (in seconds) between comments per IP address.'
maxWidth: 400
order: 2