Current File : /home/pacjaorg/www/km/templates/yootheme/cache/element-038eb36c.php |
<?php // $file = /home/akoke/public_html/km2/templates/yootheme/packages/builder-joomla/elements/module_position/element.json
return [
'@import' => $filter->apply('path', './element.php', $file),
'name' => 'module_position',
'title' => 'Module Position',
'group' => 'system',
'icon' => $filter->apply('url', 'images/icon.svg', $file),
'iconSmall' => $filter->apply('url', 'images/iconSmall.svg', $file),
'element' => true,
'defaults' => [
'layout' => 'stack',
'breakpoint' => 'm'
],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file)
],
'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.'
],
'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'
]
],
'column_gap' => [
'label' => 'Column Gap',
'description' => 'Set the size of the gap between the grid columns.',
'type' => 'select',
'options' => [
'Small' => 'small',
'Medium' => 'medium',
'Default' => '',
'Large' => 'large',
'None' => 'collapse'
]
],
'row_gap' => [
'label' => 'Row Gap',
'description' => 'Set the size of the gap between the grid rows.',
'type' => 'select',
'options' => [
'Small' => 'small',
'Medium' => 'medium',
'Default' => '',
'Large' => 'large',
'None' => 'collapse'
]
],
'divider' => [
'label' => 'Divider',
'description' => 'Show a divider between grid columns.',
'type' => 'checkbox',
'text' => 'Show dividers',
'enable' => 'column_gap != \'collapse\' && row_gap != \'collapse\''
],
'breakpoint' => [
'type' => 'select',
'label' => 'Breakpoint',
'description' => 'Set the breakpoint from which grid items 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 items.',
'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' => $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'),
'maxwidth' => $config->get('builder.maxwidth'),
'maxwidth_breakpoint' => $config->get('builder.maxwidth_breakpoint'),
'block_align' => $config->get('builder.block_align'),
'block_align_breakpoint' => $config->get('builder.block_align_breakpoint'),
'block_align_fallback' => $config->get('builder.block_align_fallback'),
'text_align' => $config->get('builder.text_align_justify'),
'text_align_breakpoint' => $config->get('builder.text_align_breakpoint'),
'text_align_fallback' => $config->get('builder.text_align_justify_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'),
'attributes' => $config->get('builder.attrs'),
'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']
]
],
'transform' => $config->get('builder.transform')
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['content']
], [
'title' => 'Settings',
'fields' => [[
'label' => 'Grid',
'type' => 'group',
'divider' => true,
'fields' => ['layout', 'column_gap', 'row_gap', 'divider', 'breakpoint', 'vertical_align', 'match']
], [
'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', 'maxwidth', 'maxwidth_breakpoint', 'block_align', 'block_align_breakpoint', 'block_align_fallback', 'text_align', 'text_align_breakpoint', 'text_align_fallback', 'animation', '_parallax_button', 'visibility']
]]
], $config->get('builder.advanced')]
]
]
];