grav-plugin-comments/blueprints.yaml

32 lines
674 B
YAML
Raw Normal View History

2015-10-13 21:39:13 +00:00
name: Comments
2016-01-06 19:36:44 +00:00
version: 1.1.3
2015-10-13 21:39:13 +00:00
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 status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool