Current File : /home/pacjaorg/www/km/templates/yootheme/cache/element-e8be3ff6.php |
<?php // $file = /home/pacjaorg/public_html/km/plugins/system/djclassifiedsyt/modules/builder-joomla-source/elements/profile-box_field/element.json
return [
'name' => 'profile-box_field',
'title' => 'Option',
'width' => 500,
'placeholder' => [],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file)
],
'fields' => [
'label' => [
'label' => 'Label',
'description' => 'The text that will be associated with this option. Defaults to the option value.',
'type' => 'editor',
'source' => true
],
'value' => [
'label' => 'Value',
'description' => 'The value that this option represent.',
'source' => true,
'type' => 'Text'
],
'disabled' => [
'text' => 'Set as disabled',
'description' => 'A disabled option is unusable and un-clickable.',
'type' => 'checkbox',
'source' => true
],
'status' => $config->get('builder.statusItem'),
'source' => $config->get('builder.source')
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['label', 'value', 'text', 'disabled']
], $config->get('builder.advancedItem')]
]
]
];