118 lines
4.1 KiB
PHP
118 lines
4.1 KiB
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/breadcrumbs/blueprints.yaml',
|
|
'modified' => 1582124781,
|
|
'data' => [
|
|
'name' => 'Breadcrumbs',
|
|
'version' => '1.5.1',
|
|
'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'
|
|
]
|
|
],
|
|
'include_current' => [
|
|
'type' => 'toggle',
|
|
'label' => 'Include Current Page',
|
|
'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'
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
];
|