-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
106 lines (90 loc) · 2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: pluspunkt
version: 1.2.0
description: A simple, responsive and modern Grav theme built with Kube
author:
name: Simon Müller
email: [email protected]
url: https://github.com/SimonMueller
icon: plus-circle
homepage: https://github.com/SimonMueller/grav-theme-pluspunkt
keywords: pluspunkt, grav, theme, kube, modern, responsive
bugs: https://github.com/SimonMueller/grav-theme-pluspunkt/issues
license: GPL-3.0
dependencies:
- { name: grav, version: '>=1.5.10' }
form:
validation: loose
fields:
dropdowns.enabled:
type: toggle
label: THEME_PLUSPUNKT.NAVBAR_DROPDOWNS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
organization:
type: section
title: THEME_PLUSPUNKT.ORGANIZATION
underline: true
fields:
organization.name:
label: THEME_PLUSPUNKT.NAME
type: text
organization.email:
label: THEME_PLUSPUNKT.EMAIL
type: text
validate:
type: email
organization.phone:
label: THEME_PLUSPUNKT.PHONE
type: text
organization.address.street:
label: THEME_PLUSPUNKT.STREET
type: text
organization.address.zip_code:
label: THEME_PLUSPUNKT.ZIP_CODE
type: text
validate:
type: int
organization.address.city:
label: THEME_PLUSPUNKT.CITY
type: text
organization.address.region:
label: THEME_PLUSPUNKT.REGION
type: text
organization.address.country_code:
label: THEME_PLUSPUNKT.COUNTRY_CODE
type: text
organization.geo.latitude:
label: THEME_PLUSPUNKT.LATITUDE
type: text
validate:
type: number
organization.geo.longitude:
label: THEME_PLUSPUNKT.LONGITUDE
type: text
validate:
type: number
footer:
type: section
title: THEME_PLUSPUNKT.FOOTER
underline: true
fields:
footer.widgets:
name: widgets
type: list
label: THEME_PLUSPUNKT.WIDGETS
fields:
.title:
type: text
label: PLUGIN_ADMIN.TITLE
validate:
required: true
.content:
type: editor
label: PLUGIN_ADMIN.CONTENT
validate:
required: true