Current File : /home/pacjaorg/www/km/templates/yootheme/cache/element-1a99bf39.php |
<?php // $file = /home/pacjaorg/public_html/km2/plugins/system/djclassifiedsyt/modules/form/elements/form_button/element.json
return [
'@import' => $filter->apply('path', './element.php', $file),
'name' => 'classifieds_form_button',
'title' => 'Button',
'group' => 'DJ-Classifieds Search',
'icon' => $filter->apply('url', 'images/icon.svg', $file),
'iconSmall' => $filter->apply('url', 'images/iconSmall.svg', $file),
'element' => true,
'container' => true,
'width' => 500,
'defaults' => [
'grid_column_gap' => 'small',
'grid_row_gap' => 'small',
'margin' => 'default'
],
'placeholder' => [
'children' => [[
'type' => 'classifieds_form_button_item',
'props' => []
]]
],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file),
'content' => $filter->apply('path', './templates/content.php', $file)
],
'fields' => [
'content' => [
'label' => 'Buttons',
'type' => 'content-items',
'title' => 'content',
'item' => 'classifieds_form_button_item',
'media' => [
'type' => '',
'item' => [
'link_title' => 'title',
'link' => 'src'
]
]
],
'button_size' => [
'label' => 'Size',
'type' => 'select',
'options' => [
'Small' => 'small',
'Default' => '',
'Large' => 'large'
]
],
'fullwidth' => [
'type' => 'checkbox',
'text' => 'Full width button'
],
'grid_column_gap' => [
'label' => 'Column Gap',
'description' => 'Set the size of the column gap between multiple buttons.',
'type' => 'select',
'options' => [
'Small' => 'small',
'Medium' => 'medium',
'Default' => '',
'Large' => 'large'
]
],
'grid_row_gap' => [
'label' => 'Row Gap',
'description' => 'Set the size of the row gap between multiple buttons.',
'type' => 'select',
'options' => [
'Small' => 'small',
'Medium' => 'medium',
'Default' => '',
'Large' => 'large'
]
],
'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'),
'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'),
'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'),
'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>, <code>.el-item</code>, <code>.el-content</code>',
'type' => 'editor',
'editor' => 'code',
'mode' => 'css',
'attrs' => [
'debounce' => 500
]
]
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['content']
], [
'title' => 'Settings',
'fields' => [[
'label' => 'Button',
'type' => 'group',
'divider' => true,
'fields' => ['button_size', 'fullwidth', 'grid_column_gap', 'grid_row_gap']
], [
'label' => 'General',
'type' => 'group',
'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']
]]
], $config->get('builder.advanced')]
]
]
];