1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/plugins/breadcrumbs/blueprints.yaml
2017-09-02 20:34:47 -04:00

84 lines
1.7 KiB
YAML

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: devs@getgrav.org
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