-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathblueprints.yaml
64 lines (62 loc) · 1.83 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
name: Project Space
version: 2.0.5
description: Visualize projects in an organized manner, as notes on a board.
icon: sticky-note
author:
name: Ole Vik
email: git@olevik.net
homepage: https://github.com/OleVik/grav-theme-project-space
demo: https://olevik.net/staging/grav-skeleton-project-space
keywords: grav, theme, project, projects, note, notes, visualize
bugs: https://github.com/OleVik/grav-theme-project-space/issues
readme: https://github.com/OleVik/grav-theme-project-space/blob/master/README.md
license: MIT
dependencies:
- { name: grav, version: ">=1.6" }
- { name: quark, version: ">=1.0" }
- { name: breadcrumbs, version: ">=1.5" }
- { name: taxonomylist, version: ">=1.3" }
- { name: auto-date, version: ">=1.0" }
- { name: markdown-tasklists, version: ">=1.0" }
form:
validation: loose
fields:
enabled:
type: toggle
label: Plugin Status
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
categories:
type: selectize
id: project-space-categories-select
allowEmptyOption: true
merge_items: true
label: THEME_PROJECTSPACE.ADMIN.CATEGORIES.LABEL
description: THEME_PROJECTSPACE.ADMIN.CATEGORIES.HELP
validate:
type: commalist
truncate:
type: number
label: THEME_PROJECTSPACE.ADMIN.TRUNCATE.LABEL
description: THEME_PROJECTSPACE.ADMIN.TRUNCATE.HELP
default: 40
validate:
step: 5
color_scheme:
type: section
title: PLUGIN_ADMIN.COLOR_SCHEME_LABEL
text: THEME_PROJECTSPACE.ADMIN.COLOR.NAMING
colors:
type: list
style: vertical
fields:
.name:
type: text
label: PLUGIN_ADMIN.NAME
.value:
type: colorpicker
label: THEME_PROJECTSPACE.ADMIN.COLOR.NAME