mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
38 lines
864 B
YAML
38 lines
864 B
YAML
|
name: Problems
|
||
|
version: 1.4.4
|
||
|
description: Detects and reports problems found in the site.
|
||
|
icon: exclamation-circle
|
||
|
author:
|
||
|
name: Team Grav
|
||
|
email: devs@getgrav.org
|
||
|
url: http://getgrav.org
|
||
|
homepage: https://github.com/getgrav/grav-plugin-problems
|
||
|
keywords: problems, plugin, detector, assistant, required
|
||
|
bugs: https://github.com/getgrav/grav-plugin-problems/issues
|
||
|
license: MIT
|
||
|
|
||
|
form:
|
||
|
validation: strict
|
||
|
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
|
||
|
|
||
|
built_in_css:
|
||
|
type: toggle
|
||
|
label: Use built in CSS
|
||
|
highlight: 1
|
||
|
default: 1
|
||
|
options:
|
||
|
1: PLUGIN_ADMIN.ENABLED
|
||
|
0: PLUGIN_ADMIN.DISABLED
|
||
|
validate:
|
||
|
type: bool
|