Current File : /home/pacjaorg/www/km/templates/yootheme/cache/element-dc86f579.php |
<?php // $file = /home/pacjaorg/public_html/km2/plugins/system/djclassifiedsyt/modules/builder-joomla-source/elements/classifieds-attribute_item/element.json
return [
'name' => 'classifieds-attribute_item',
'title' => 'Attribute',
'width' => 500,
'placeholder' => [],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file)
],
'fields' => [
'text' => [
'label' => 'Text',
'description' => 'The text that will be associated with this option. Defaults to the option value.',
'type' => 'Text',
'source' => true
],
'value' => [
'label' => 'Value',
'description' => 'The value that this option represent.',
'source' => true,
'type' => 'Text'
],
'status' => $config->get('builder.statusItem'),
'source' => $config->get('builder.source')
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['text', 'value']
], $config->get('builder.advancedItem')]
]
]
];