Current File : /home/pacjaorg/www/km/templates/yootheme/cache/element-ddca4a8f.php |
<?php // $file = /home/pacjaorg/public_html/km2/templates/yootheme/packages/builder/elements/description_list_item/element.json
return [
'@import' => $filter->apply('path', './element.php', $file),
'name' => 'description_list_item',
'title' => 'Item',
'width' => 500,
'placeholder' => [
'props' => [
'title' => 'Title',
'meta' => '',
'content' => 'Lorem ipsum dolor sit amet.'
]
],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file),
'content' => $filter->apply('path', './templates/content.php', $file)
],
'fields' => [
'title' => [
'label' => 'Title',
'source' => true
],
'meta' => [
'label' => 'Meta',
'source' => true
],
'content' => [
'label' => 'Content',
'type' => 'editor',
'source' => true
],
'link' => $config->get('builder.link'),
'link_target' => $config->get('builder.link_target'),
'status' => $config->get('builder.statusItem'),
'source' => $config->get('builder.source')
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['title', 'meta', 'content', 'link', 'link_target']
], $config->get('builder.advancedItem')]
]
]
];