File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/cache/element-d1de7d80.php
Back
<?php // $file = /home/opticamezl/www/newok/templates/yootheme/packages/builder/elements/description_list/element.json return [ 'name' => 'description_list', 'title' => 'Description List', 'group' => 'multiple items', 'icon' => $filter->apply('url', 'images/icon.svg', $file), 'iconSmall' => $filter->apply('url', 'images/iconSmall.svg', $file), 'element' => true, 'container' => true, 'width' => 500, 'defaults' => [ 'show_title' => true, 'show_meta' => true, 'show_content' => true, 'show_link' => true, 'list_element' => 'ul', 'column_breakpoint' => 'm', 'layout' => 'grid-2', 'title_grid_width' => 'auto', 'title_grid_column_gap' => 'small', 'title_grid_row_gap' => 'small', 'title_element' => 'div', 'meta_style' => 'text-meta', 'meta_align' => 'below-content' ], 'placeholder' => [ 'children' => [[ 'type' => 'description_list_item', 'props' => [] ], [ 'type' => 'description_list_item', 'props' => [] ], [ 'type' => 'description_list_item', 'props' => [] ]] ], 'updates' => $filter->apply('path', './updates.php', $file), 'templates' => [ 'render' => $filter->apply('path', './templates/template.php', $file), 'content' => $filter->apply('path', './templates/content.php', $file) ], 'fields' => [ 'content' => [ 'label' => 'Items', 'type' => 'content-items', 'item' => 'description_list_item' ], 'show_title' => [ 'label' => 'Display', 'type' => 'checkbox', 'text' => 'Show the title' ], 'show_meta' => [ 'type' => 'checkbox', 'text' => 'Show the meta text' ], 'show_content' => [ 'type' => 'checkbox', 'text' => 'Show the content' ], 'show_link' => [ 'description' => 'Show or hide content fields without the need to delete the content itself.', 'type' => 'checkbox', 'text' => 'Show the link' ], 'list_marker' => [ 'label' => 'Marker', 'description' => 'Select the marker of the list items.', 'type' => 'select', 'options' => [ 'None' => '', 'Disc' => 'disc', 'Circle' => 'circle', 'Square' => 'square', 'Decimal' => 'decimal', 'Hyphen' => 'hyphen', 'Image Bullet' => 'bullet' ] ], 'list_marker_color' => [ 'label' => 'Marker Color', 'description' => 'Select the color of the list markers.', 'type' => 'select', 'options' => [ 'None' => '', 'Muted' => 'muted', 'Emphasis' => 'emphasis', 'Primary' => 'primary', 'Secondary' => 'secondary' ], 'enable' => 'list_marker != \'bullet\'' ], 'list_style' => [ 'label' => 'Style', 'description' => 'Select the list style.', 'type' => 'select', 'options' => [ 'None' => '', 'Divider' => 'divider', 'Striped' => 'striped' ] ], 'list_size' => [ 'label' => 'Size', 'description' => 'Define the padding between items.', 'type' => 'select', 'options' => [ 'Default' => '', 'Large' => 'large', 'None' => 'collapse' ] ], 'column' => [ 'label' => 'Columns', 'description' => 'Set the number of list columns.', 'type' => 'select', 'options' => [ 'None' => '', 'Halves' => '1-2', 'Thirds' => '1-3', 'Quarters' => '1-4', 'Fifths' => '1-5', 'Sixths' => '1-6' ] ], 'column_divider' => [ 'description' => 'Show a divider between list columns.', 'type' => 'checkbox', 'text' => 'Show dividers', 'enable' => 'column' ], 'column_breakpoint' => [ 'label' => 'Columns Breakpoint', 'description' => 'Set the device width from which the list columns should apply.', 'type' => 'select', 'options' => [ 'Always' => '', 'Small (Phone Landscape)' => 's', 'Medium (Tablet Landscape)' => 'm', 'Large (Desktop)' => 'l', 'X-Large (Large Screens)' => 'xl' ], 'enable' => 'column' ], 'list_element' => [ 'label' => 'HTML Element', 'description' => 'Set whether it\'s an ordered or unordered list.', 'type' => 'select', 'options' => [ 'ul' => 'ul', 'ol' => 'ol' ] ], 'layout' => [ 'label' => 'Layout', 'description' => 'Define the layout of the title, meta and content.', 'type' => 'select', 'options' => [ '2 Column Grid' => 'grid-2', '2 Column Grid (Meta only)' => 'grid-2-m', 'Stacked' => 'stacked' ] ], 'title_style' => [ 'label' => 'Style', 'description' => 'Select the title style and add an optional colon at the end of the title.', 'type' => 'select', 'options' => [ 'None' => '', 'Text Bold' => 'text-bold', 'Text Meta' => 'text-meta', 'Text Lead' => 'text-lead', 'Text Small' => 'text-small', 'Text Large' => 'text-large', 'Heading Small' => 'heading-small', 'Heading H1' => 'h1', 'Heading H2' => 'h2', 'Heading H3' => 'h3', 'Heading H4' => 'h4', 'Heading H5' => 'h5', 'Heading H6' => 'h6' ], 'enable' => 'show_title' ], 'title_colon' => [ 'type' => 'checkbox', 'text' => 'Add a colon', 'enable' => 'show_title' ], 'title_font_family' => [ 'label' => 'Font Family', 'description' => 'Select an alternative font family. Mind that not all styles have different font families.', 'type' => 'select', 'options' => [ 'None' => '', 'Default' => 'default', 'Primary' => 'primary', 'Secondary' => 'secondary', 'Tertiary' => 'tertiary' ], 'enable' => 'show_title' ], 'title_color' => [ 'label' => 'Color', 'description' => 'Select the text color. If the Background option is selected, styles that don\'t apply a background image use the primary color instead.', 'type' => 'select', 'options' => [ 'None' => '', 'Muted' => 'muted', 'Emphasis' => 'emphasis', 'Primary' => 'primary', 'Secondary' => 'secondary', 'Success' => 'success', 'Warning' => 'warning', 'Danger' => 'danger', 'Background' => 'background' ], 'enable' => 'show_title' ], 'title_grid_width' => [ 'label' => 'Grid Width', 'description' => 'Define the width of the title within the grid.', 'type' => 'select', 'options' => [ 'Auto' => 'auto', 'Small' => 'small', 'Medium' => 'medium', 'Expand' => 'expand' ], 'enable' => 'show_title && layout != \'stacked\'' ], 'title_leader' => [ 'type' => 'checkbox', 'text' => 'Add a leader', 'enable' => 'layout == \'grid-2-m\' && title_grid_width == \'expand\'' ], 'title_grid_column_gap' => [ 'label' => 'Grid Column Gap', 'description' => 'Set the size of the gap between the title and the content.', 'type' => 'select', 'options' => [ 'Small' => 'small', 'Medium' => 'medium', 'Default' => '', 'Large' => 'large', 'None' => 'collapse' ], 'enable' => 'show_title && layout != \'stacked\'' ], 'title_grid_row_gap' => [ 'label' => 'Grid Row Gap', 'description' => 'Set the size of the gap if the grid items stack.', 'type' => 'select', 'options' => [ 'Small' => 'small', 'Medium' => 'medium', 'Default' => '', 'Large' => 'large', 'None' => 'collapse' ], 'enable' => 'show_title && layout != \'stacked\'' ], 'title_grid_breakpoint' => [ 'label' => 'Grid Breakpoint', 'description' => 'Set the breakpoint from which grid items will stack.', 'type' => 'select', 'options' => [ 'Always' => '', 'Small (Phone Landscape)' => 's', 'Medium (Tablet Landscape)' => 'm', 'Large (Desktop)' => 'l', 'X-Large (Large Screens)' => 'xl' ], 'enable' => 'show_title && layout != \'stacked\'' ], 'title_element' => [ 'label' => 'HTML Element', 'description' => 'Set the level for the section heading or give it no semantic meaning.', 'type' => 'select', 'options' => [ 'h1' => 'h1', 'h2' => 'h2', 'h3' => 'h3', 'h4' => 'h4', 'h5' => 'h5', 'h6' => 'h6', 'div' => 'div' ], 'enable' => 'show_title' ], 'meta_style' => [ 'label' => 'Style', 'description' => 'Select a predefined meta text style, including color, size and font-family.', 'type' => 'select', 'options' => [ 'None' => '', 'Text Meta' => 'text-meta', 'Text Lead' => 'text-lead', 'Text Small' => 'text-small', 'Text Large' => 'text-large', 'Heading H1' => 'h1', 'Heading H2' => 'h2', 'Heading H3' => 'h3', 'Heading H4' => 'h4', 'Heading H5' => 'h5', 'Heading H6' => 'h6' ], 'enable' => 'show_meta' ], 'meta_color' => [ 'label' => 'Color', 'description' => 'Select the text color.', 'type' => 'select', 'options' => [ 'None' => '', 'Muted' => 'muted', 'Emphasis' => 'emphasis', 'Primary' => 'primary', 'Secondary' => 'secondary', 'Success' => 'success', 'Warning' => 'warning', 'Danger' => 'danger' ], 'enable' => 'show_meta' ], 'meta_align' => [ 'label' => 'Alignment', 'description' => 'Align the meta text.', 'type' => 'select', 'options' => [ 'Above Title' => 'above-title', 'Below Title' => 'below-title', 'Above Content' => 'above-content', 'Below Content' => 'below-content' ], 'enable' => 'show_meta && layout != \'grid-2-m\'' ], 'content_style' => [ 'label' => 'Style', 'description' => 'Select a predefined text style, including color, size and font-family.', 'type' => 'select', 'options' => [ 'None' => '', 'Text Meta' => 'text-meta', 'Text Lead' => 'text-lead', 'Text Small' => 'text-small', 'Text Large' => 'text-large', 'Heading H1' => 'h1', 'Heading H2' => 'h2', 'Heading H3' => 'h3', 'Heading H4' => 'h4', 'Heading H5' => 'h5', 'Heading H6' => 'h6' ], 'enable' => 'show_content' ], 'link_style' => [ 'label' => 'Style', 'description' => 'This option doesn\'t apply unless a URL has been added to the item. Only the item content will be linked.', 'type' => 'select', 'options' => [ 'None' => '', 'Muted' => 'muted', 'Text' => 'text', 'Reset' => 'reset' ], 'enable' => 'show_link' ], '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'), 'source' => $config->get('builder.source'), '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-title</code>, <code>.el-meta</code>, <code>.el-content</code>', 'type' => 'editor', 'editor' => 'code', 'mode' => 'css', 'attrs' => [ 'debounce' => 500, 'hints' => ['.el-element', '.el-item', '.el-title', '.el-meta', '.el-content'] ] ], 'transform' => $config->get('builder.transform') ], 'fieldset' => [ 'default' => [ 'type' => 'tabs', 'fields' => [[ 'title' => 'Content', 'fields' => ['content', 'show_title', 'show_meta', 'show_content', 'show_link'] ], [ 'title' => 'Settings', 'fields' => [[ 'label' => 'List', 'type' => 'group', 'divider' => true, 'fields' => ['list_marker', 'list_marker_color', 'list_style', 'list_size', 'column', 'column_divider', 'column_breakpoint', 'list_element'] ], [ 'label' => 'List Item', 'type' => 'group', 'divider' => true, 'fields' => ['layout'] ], [ 'label' => 'Title', 'type' => 'group', 'divider' => true, 'fields' => ['title_style', 'title_colon', 'title_font_family', 'title_color', 'title_grid_width', 'title_leader', 'title_grid_column_gap', 'title_grid_row_gap', 'title_grid_breakpoint', 'title_element'] ], [ 'label' => 'Meta', 'type' => 'group', 'divider' => true, 'fields' => ['meta_style', 'meta_color', 'meta_align'] ], [ 'label' => 'Content', 'type' => 'group', 'divider' => true, 'fields' => ['content_style'] ], [ 'label' => 'Link', 'type' => 'group', 'divider' => true, 'fields' => ['link_style'] ], [ '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')] ] ] ];
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings