52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
name: Comments
|
|
version: 1.2.8
|
|
description: Adds a commenting functionality to your site
|
|
icon: comment
|
|
author:
|
|
name: Team Grav
|
|
email: devs@getgrav.org
|
|
url: http://getgrav.org
|
|
homepage: https://github.com/getgrav/grav-plugin-comments
|
|
keywords: guestbook, plugin
|
|
bugs: https://github.com/getgrav/grav-plugin-comments/issues
|
|
readme: https://github.com/getgrav/grav-plugin-comments/blob/develop/README.md
|
|
license: MIT
|
|
|
|
dependencies:
|
|
- form
|
|
- email
|
|
|
|
form:
|
|
validation: loose
|
|
fields:
|
|
enabled:
|
|
type: toggle
|
|
label: PLUGIN_ADMIN.PLUGIN_STATUS
|
|
highlight: 1
|
|
default: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|
|
pingbacks:
|
|
type: toggle
|
|
label: Pingbacks
|
|
highlight: 1
|
|
default: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|
|
commenting:
|
|
type: toggle
|
|
label: Commenting
|
|
highlight: 1
|
|
default: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|