forked from scan5415/grav-plugin-form-database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
42 lines (41 loc) · 1007 Bytes
/
blueprints.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Form Database
version: 1.0.0
description: Save Forms in a MySQL Database
icon: plug
author:
name: Andy Scherer
email: [email protected]
homepage: https://github.com/scan5415/grav-plugin-form-database
demo: http://learn.getgrav.org
keywords: grav, plugin, form, database
bugs: https://github.com/scan5415/grav-plugin-form-database
readme: https://github.com/scan5415/grav-plugin-form-database/blob/develop/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
mysql_server:
type: text
label: MySQL Servername
help: IP or Name of MySQL Servername
mysql_port:
type: text
size: x-small
label: MySQL Server Port
default: '3306'
mysql_username:
type: text
label: MySQL Username
mysql_password:
type: password
label: MySQL Password