-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
57 lines (52 loc) · 1.4 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
name: GoSquared Analytics
version: 0.1.6
description: "GoSquared Analytics plugin lets you easily add the GoSquared Analytics platform to your GRAV website."
icon: bar-chart
author:
name: Craig Phillips
email: [email protected]
url: http://craigphillips.biz
homepage: https://github.com/cppl/grav-gosquared
keywords: gosquared, plugin, tracking, analytics
bugs: https://github.com/cppl/grav-gosquared/issues
docs: https://github.com/cppl/grav-gosquared/blob/master/README.md
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
gsn:
type: text
size: medium
label: PLUGIN_GOSQUARED.GSN
placeholder: 'GSN-999999-X'
help: PLUGIN_GOSQUARED.GSN_HELP
gsInAdmin:
type: toggle
label: PLUGIN_GOSQUARED.GS_IN_ADMIN
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
help: PLUGIN_GOSQUARED.GS_IN_ADMIN_HELP
gsLoadLate:
type: toggle
label: PLUGIN_GOSQUARED.GS_LOAD_LATE
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
help: PLUGIN_GOSQUARED.GS_LOAD_LATE_HELP