init
This commit is contained in:
33
user/plugins/comments/blueprints.yaml
Normal file
33
user/plugins/comments/blueprints.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: Comments
|
||||
type: plugin
|
||||
slug: 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
|
||||
Reference in New Issue
Block a user