Current File : /home/pacjaorg/www/km/templates/yootheme/cache/element-f8aeab0f.php |
<?php // $file = /home/pacjaorg/public_html/km/templates/yootheme/packages/builder-joomla/elements/breadcrumbs/element.json
return [
'name' => 'breadcrumbs',
'title' => 'Breadcrumbs',
'group' => 'system',
'icon' => $filter->apply('url', 'images/icon.svg', $file),
'iconSmall' => $filter->apply('url', 'images/iconSmall.svg', $file),
'element' => true,
'width' => 500,
'defaults' => [
'show_home' => true,
'show_current' => true
],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file)
],
'fields' => [
'show_home' => [
'label' => 'Breadcrumbs',
'description' => 'Show or hide the home link as first item as well as the current page as last item in the breadcrumb navigation.',
'text' => 'Show home link',
'type' => 'checkbox'
],
'show_current' => [
'text' => 'Show current page',
'type' => 'checkbox'
],
'home_text' => [
'label' => 'Home Text',
'description' => 'Enter the text for the home link.',
'attrs' => [
'placeholder' => 'Home'
],
'enable' => 'show_home'
],
'position' => $config->get('builder.position'),
'position_left' => $config->get('builder.position_left'),
'position_right' => $config->get('builder.position_right'),
'position_top' => $config->get('builder.position_top'),
'position_bottom' => $config->get('builder.position_bottom'),
'position_z_index' => $config->get('builder.position_z_index'),
'blend' => $config->get('builder.blend'),
'margin' => $config->get('builder.margin'),
'margin_remove_top' => $config->get('builder.margin_remove_top'),
'margin_remove_bottom' => $config->get('builder.margin_remove_bottom'),
'text_align' => $config->get('builder.text_align'),
'text_align_breakpoint' => $config->get('builder.text_align_breakpoint'),
'text_align_fallback' => $config->get('builder.text_align_fallback'),
'animation' => $config->get('builder.animation'),
'_parallax_button' => $config->get('builder._parallax_button'),
'visibility' => $config->get('builder.visibility'),
'name' => $config->get('builder.name'),
'status' => $config->get('builder.status'),
'id' => $config->get('builder.id'),
'class' => $config->get('builder.cls'),
'css' => [
'label' => 'CSS',
'description' => 'Enter your own custom CSS. The following selectors will be prefixed automatically for this element: <code>.el-element</code>',
'type' => 'editor',
'editor' => 'code',
'mode' => 'css',
'attrs' => [
'debounce' => 500,
'hints' => ['.el-element']
]
]
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Settings',
'fields' => [[
'label' => 'Breadcrumbs',
'type' => 'group',
'divider' => true,
'fields' => ['show_home', 'show_current', 'home_text']
], [
'label' => 'General',
'type' => 'group',
'fields' => ['position', 'position_left', 'position_right', 'position_top', 'position_bottom', 'position_z_index', 'blend', 'margin', 'margin_remove_top', 'margin_remove_bottom', 'text_align', 'text_align_breakpoint', 'text_align_fallback', 'animation', '_parallax_button', 'visibility']
]]
], $config->get('builder.advanced')]
]
]
];