forked from getgrav/grav-plugin-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
83 lines (76 loc) · 1.67 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
name: Breadcrumbs
version: 1.5.0
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
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
show_all:
type: toggle
label: Show even with one item
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
built_in_css:
type: toggle
label: Use built in CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
include_home:
type: toggle
label: Include Home
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
icon_home:
type: text
size: medium
label: Icon Home
default: ''
icon_divider_classes:
type: text
size: medium
label: Icon Divider Classes
default: 'fa fa-angle-right'
link_trailing:
type: toggle
label: Link Trailing
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool