definition.yml 667 Bytes
Newer Older
NGPixel's avatar
NGPixel committed
1 2 3 4 5 6 7 8 9
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:
10
  akismet:
NGPixel's avatar
NGPixel committed
11
    type: String
12 13 14
    title: Akismet API Key
    default: ''
    hint: 'Prevent spam by using the Akismet service. Enter your API key here to enable. Leave empty to disable.'
15
    maxWidth: 650
NGPixel's avatar
NGPixel committed
16
    order: 1
17 18 19 20
  minDelay:
    type: Number
    title: Post delay
    default: 30
21
    hint: 'Minimum delay (in seconds) between comments per account. Note that all guests are considered as a single account.'
22 23
    maxWidth: 400
    order: 2