-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
197 lines (177 loc) · 5.25 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
name: Blogstrap4
version: 0.1.0
description: Blogstrap4 is a minimalistic blog-oriented Grav theme, based on Bootstrap 4 (alpha) framework and inspired by the Tikva theme (by Ralf Gescke)
icon: rebel
author:
name: Stefano Franchi
email: [email protected]
homepage: https://github.com/cleinias/blogstrap4
#demo: https://blogstrap4-demo.cleinias.com
keywords: blogstrap4, grav, theme, core, modern, responsive, bootstrap, bootswatch
bugs: https://github.com/cleinias/blogstrap4/issues
readme: https://github.com/cleinias/blogstrap4/blob/master/README.md
license: GPL3
form:
validation: loose
fields:
dropdown.enabled:
type: toggle
label: Dropdown in Menu
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
theme.include_blog_author:
type: toggle
label: Include author of blog posts
highlight: 0
default: 0
description: Show a "Posted by ... on " label under the blog item summary
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
theme.stylesheet:
type: select
size: medium
classes: fancy
label: Theme Stylesheet
default: 'default'
options:
'default': "Default"
'cosmo': "Cosmo"
'cyborg': "Cyborg"
'darkly': "Darkly"
'flatly': "Flatly"
'journal': "Journal"
'litera': "Litera"
'lumen': "Lumen"
'lux': "Lux"
'materia': "Materia"
'minty': "Minty"
'pulse': "Pulse"
'sandstone': "Sandstone"
'simplex': "Simplex"
'slate': "Slate"
'solar': "Solar"
'spacelab': "Spacelab"
'superhero': "Superhero"
'united': "United"
'yeti': "Yeti"
extra_space_below_header:
type: text
size: medium
label: Add white space below header
description: Add some space between the header and content. Some of the styles are too cramped, use this option to adjust.
default: 0
validate:
type: int
min: 0
max: 1000
navbar.background:
type: select
size: medium
classes: fancy
label: Navigation bar background
default: 'default'
options:
'default': "Default"
'bg-primary': "bg-primary"
'bg-success': "bg-success"
'bg-info': "bg-info"
'bg-warning': "bg-warning"
'bg-danger': "bg-danger"
'bg-inverse': "bg-inverse"
'bg-faded': "bg-faded"
navbar.background_color:
type: colorpicker
label: OR set custom navigation bar background color
description: If color is set, it will be used for background. Set empty for above selection. Set to 'Transparent' in the color picker to use the main page background color
navbar.use_logo:
type: toggle
label: Use logo in navigation bar
highlight: 0
default: 0
description: Include the logo in the navigation bar.
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
fileLogo:
type: file
label: Logo image in navigation bar
multiple: false
destination: 'user/pages/images'
random_name: false
avoid_overwriting: false
filesize: 5
accept:
- image/*
headerBackgroundImage:
type: file
label: Background image for home page header
multiple: false
destination: 'user/pages/images'
random_name: false
avoid_overwriting: false
filesize: 5
accept:
- image/*
description: Leave empty if no image is desired
header_font_color:
type: colorpicker
label: Choose header text font color
description: Only used when a background image is present. Set empty field for default color
favicon_file:
type: file
destination: 'user/pages/images'
label: Upload a favicon
multiple: false
avoid_overwriting: true
filesize: 5
accept:
- .ico
- .png
- .gif
footer.columns:
type: select
size: medium
classes: fancy
label: Number of Columns in Footer
description: Set number of columns available in footer of a page. Use the "footer" folder in the page structure to add content.
default: '1'
options:
'1': "1"
'2': "2"
'3': "3"
'4': "4"
'6': "6"
footer.color_fg:
type: colorpicker
label: Choose footer font color
description: Set empty field for default color
footer.color_bg:
type: colorpicker
label: Choose footer background color
description: Set empty field for default color
subfooter.enabled:
type: toggle
label: Show subfooter
description: Show the content below the footer.
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
subfooter.content:
type: editor
size: medium
label: Subfooter content
default: ""