| Current Path : /home/poliximo/public_html/templates/yootheme/cache/ |
| Current File : /home/poliximo/public_html/templates/yootheme/cache/element-22efd8ec.php |
<?php // @file /home/poliximo/public_html/templates/yootheme/vendor/yootheme/builder-joomla/elements/joomla_position/element.json
return [
'@import' => $this->applyFilter('./element.php', ['path']),
'name' => 'joomla_position',
'title' => 'J! Position',
'icon' => $this->applyFilter('images/icon.svg', ['url']),
'iconSmall' => $this->applyFilter('images/iconSmall.svg', ['url']),
'element' => true,
'defaults' => [
'layout' => 'stack',
'breakpoint' => 'm'
],
'templates' => [
'render' => $this->applyFilter('./templates/template.php', ['path'])
],
'fields' => [
'content' => [
'type' => 'select-position',
'label' => 'Position',
'description' => 'Select a Joomla module position that will render all published modules. It\'s recommended to use the builder-1 to -6 positions, which are not rendered elsewhere by the theme.',
'default' => ''
],
'layout' => [
'type' => 'select',
'label' => 'Layout',
'description' => 'Select whether the modules should be aligned side by side or stacked above each other.',
'default' => 'sidebar',
'options' => [
'Stacked' => 'stack',
'Grid' => 'grid'
]
],
'grid_gutter' => [
'type' => 'select',
'label' => 'Gutter',
'description' => 'Set the grid gutter width and display dividers between grid cells.',
'default' => '',
'options' => [
'Small' => 'small',
'Medium' => 'medium',
'Default' => '',
'Large' => 'large',
'None' => 'collapse'
]
],
'grid_divider' => [
'type' => 'checkbox',
'text' => 'Show dividers'
],
'breakpoint' => [
'type' => 'select',
'label' => 'Breakpoint',
'description' => 'Set the breakpoint from which grid cells will stack.',
'options' => [
'Small (Phone Landscape)' => 's',
'Medium (Tablet Landscape)' => 'm',
'Large (Desktop)' => 'l',
'X-Large (Large Screens)' => 'xl'
]
],
'vertical_align' => [
'type' => 'checkbox',
'label' => 'Vertical Alignment',
'description' => 'Vertically center grid cells.',
'text' => 'Center'
],
'match' => [
'type' => 'checkbox',
'label' => 'Match Height',
'description' => 'Match the height of all modules which are styled as a card.',
'text' => 'Match height'
],
'position' => $this->get('builder.position'),
'position_left' => $this->get('builder.position_left'),
'position_right' => $this->get('builder.position_right'),
'position_top' => $this->get('builder.position_top'),
'position_bottom' => $this->get('builder.position_bottom'),
'position_z_index' => $this->get('builder.position_z_index'),
'margin' => $this->get('builder.margin'),
'margin_remove_top' => $this->get('builder.margin_remove_top'),
'margin_remove_bottom' => $this->get('builder.margin_remove_bottom'),
'maxwidth' => $this->get('builder.maxwidth'),
'maxwidth_breakpoint' => $this->get('builder.maxwidth_breakpoint'),
'block_align' => $this->get('builder.block_align'),
'block_align_breakpoint' => $this->get('builder.block_align_breakpoint'),
'block_align_fallback' => $this->get('builder.block_align_fallback'),
'text_align' => $this->get('builder.text_align_justify'),
'text_align_breakpoint' => $this->get('builder.text_align_breakpoint'),
'text_align_fallback' => $this->get('builder.text_align_justify_fallback'),
'animation' => $this->get('builder.animation'),
'_parallax_button' => $this->get('builder._parallax_button'),
'visibility' => $this->get('builder.visibility'),
'name' => $this->get('builder.name'),
'status' => $this->get('builder.status'),
'id' => $this->get('builder.id'),
'class' => $this->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
]
]
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['content']
], [
'title' => 'Settings',
'fields' => [[
'type' => 'group',
'label' => 'Grid',
'divider' => true,
'fields' => ['layout', 'grid_gutter', 'grid_divider', 'breakpoint', 'vertical_align', 'match']
], [
'type' => 'group',
'label' => 'General',
'fields' => ['position', 'position_left', 'position_right', 'position_top', 'position_bottom', 'position_z_index', 'margin', 'margin_remove_top', 'margin_remove_bottom', 'maxwidth', 'maxwidth_breakpoint', 'block_align', 'block_align_breakpoint', 'block_align_fallback', 'text_align', 'text_align_breakpoint', 'text_align_fallback', 'animation', '_parallax_button', 'visibility']
]]
], [
'title' => 'Advanced',
'fields' => ['name', 'status', 'id', 'class', 'css']
]]
]
]
];