mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
33 lines
678 B
YAML
33 lines
678 B
YAML
name: Error
|
|
version: 1.5.1
|
|
description: Displays the error page.
|
|
icon: warning
|
|
author:
|
|
name: Team Grav
|
|
email: devs@getgrav.org
|
|
url: http://getgrav.org
|
|
homepage: https://github.com/getgrav/grav-plugin-error
|
|
keywords: error, plugin, required
|
|
bugs: https://github.com/getgrav/grav-plugin-error/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
|
|
|
|
routes.404:
|
|
type: text
|
|
size: medium
|
|
label: 404 Route
|
|
default: '/error'
|