mirror of
https://github.com/mwalbeck/grav-plugin-compare-form-fields.git
synced 2025-04-28 22:52:23 +00:00
29 lines
675 B
YAML
Executable file
29 lines
675 B
YAML
Executable file
name: Compare Form Fields
|
|
version: 0.2.1
|
|
description: Compare any 2 form fields
|
|
icon: plug
|
|
author:
|
|
name: Magnus Walbeck
|
|
email: admin@walbeck.dk
|
|
homepage: https://gitlab.com/mwalbeck/grav-plugin-compare-form-fields
|
|
keywords: grav, plugin, compare, form, fields
|
|
bugs: https://gitlab.com/mwalbeck/grav-plugin-compare-form-fields/issues
|
|
license: MIT
|
|
|
|
form:
|
|
validation: strict
|
|
fields:
|
|
enabled:
|
|
type: toggle
|
|
label: Plugin status
|
|
highlight: 1
|
|
default: 0
|
|
options:
|
|
1: Enabled
|
|
0: Disabled
|
|
validate:
|
|
type: bool
|
|
text_var:
|
|
type: text
|
|
label: Text Variable
|
|
help: Text to add to the top of a page
|