forked from getgrav/grav-plugin-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
99 lines (91 loc) · 2.28 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
name: Breadcrumbs
type: plugin
slug: breadcrumbs
version: 1.6.2
description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.
icon: caret-square-o-right
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-breadcrumbs
demo: http://demo.getgrav.org/blog-skeleton
keywords: breadcrumbs, plugin, navigation, depth
bugs: https://github.com/getgrav/grav-plugin-breadcrumbs/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
show_all:
type: toggle
label: PLUGIN_BREADCRUMBS.SHOW_WITH_ONE_ITEM
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
built_in_css:
type: toggle
label: PLUGIN_BREADCRUMBS.BUILTIN_CSS
highlight: 1
default: 1
help: PLUGIN_BREADCRUMBS.BUILTIN_CSS_HELP
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
include_home:
type: toggle
label: PLUGIN_BREADCRUMBS.INCLUDE_HOME
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
include_current:
type: toggle
label: PLUGIN_BREADCRUMBS.INCLUDE_CURRENT_PAGE
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
icon_home:
type: text
size: medium
label: PLUGIN_BREADCRUMBS.ICON_HOME
default: ''
icon_divider_classes:
type: text
size: medium
label: PLUGIN_BREADCRUMBS.ICON_DIVIDER_CLASSES
default: 'fa fa-angle-right'
link_trailing:
type: toggle
label: PLUGIN_BREADCRUMBS.LINK_TRAILING
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool