-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
57 lines (56 loc) · 1.49 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: Blizzard-Tracker
version: 0.1.0
description: Display Blizzard Tracker
icon: plug
author:
name: TargetDummy
email: [email protected]
homepage: https://github.com/bnettargetdummy/grav-plugin-blizzard-tracker
demo: http://demo.yoursite.com
keywords: grav, plugin, etc
bugs: https://github.com/bnettargetdummy/grav-plugin-blizzard-tracker/issues
docs: https://github.com/bnettargetdummy/grav-plugin-blizzard-tracker/blob/develop/README.md
license: MIT
form:
validation: strict
fields:
tabs:
type: tabs
active: 1
fields:
general:
type: tab
title: Features
fields:
config.limitMainPage:
type: int
label: Number of posts display
default: 5
config.postPerPage:
type: int
label: Post Per Page
default: 40
base:
type: tab
title: PDO Connection
fields:
pdo.driver:
type: text
label: Driver
default: pgsql
pdo.host:
type: text
label: Host
placeholder: localhost
pdo.user:
type: text
label: User
placeholder: root
pdo.password:
type: password
label: Password
placeholder: Password
pdo.database:
type: text
label: Database
placeholder: Database