Works with the Form plugin
This commit is contained in:
parent
6ce186584e
commit
5f50c08970
8 changed files with 221 additions and 404 deletions
31
blueprints.yaml
Normal file
31
blueprints.yaml
Normal file
|
@ -0,0 +1,31 @@
|
|||
name: Comments
|
||||
version: 0.1.0
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue