| Current Path : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/ |
| Current File : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/0fc012a7f9136c9cbb0b9b76827639e5.yaml.php |
<?php
return [
'@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
'filename' => '/home/zieirix/www/templates/it_medical/particles/social.yaml',
'modified' => 1616268274,
'data' => [
'name' => 'Social',
'description' => 'Display social buttons.',
'type' => 'particle',
'configuration' => [
'caching' => [
'type' => 'static'
]
],
'form' => [
'fields' => [
'enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable social particles.',
'default' => true
],
'title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'placeholder' => 'Enter title'
],
'target' => [
'type' => 'select.select',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'placeholder' => 'Select...',
'default' => '_blank',
'options' => [
'_parent' => 'Self',
'_blank' => 'New Window'
]
],
'tooltippos' => [
'type' => 'select.select',
'label' => 'Tooltip Position',
'description' => 'Select the tooltip position.',
'placeholder' => 'Select...',
'default' => 'auto',
'options' => [
'auto' => 'Auto',
'top' => 'Top',
'bottom' => 'Bottom'
]
],
'css.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'default' => NULL
],
'extra' => [
'type' => 'collection.keyvalue',
'label' => 'Tag Attributes',
'description' => 'Extra Tag attributes.',
'key_placeholder' => 'Key (data-*, style, ...)',
'value_placeholder' => 'Value',
'exclude' => [
0 => 'id',
1 => 'class'
]
],
'items' => [
'type' => 'collection.list',
'array' => true,
'label' => 'Social Items',
'description' => 'Create each social item to display.',
'value' => 'name',
'ajax' => true,
'fields' => [
'.name' => [
'type' => 'input.text',
'label' => 'Name',
'skip' => true
],
'.icon' => [
'type' => 'input.icon',
'label' => 'Icon'
],
'.text' => [
'type' => 'input.text',
'label' => 'Text'
],
'.link' => [
'type' => 'input.text',
'label' => 'Link'
],
'.tooltip' => [
'type' => 'input.text',
'label' => 'Tooltip Text'
],
'.class' => [
'type' => 'input.selectize',
'label' => 'CSS Class'
],
'.extra' => [
'type' => 'collection.keyvalue',
'label' => 'Tag Attributes',
'description' => 'Extra Tag attributes.',
'key_placeholder' => 'Key (data-*, style, ...)',
'value_placeholder' => 'Value',
'exclude' => [
0 => 'id',
1 => 'class'
]
]
]
]
]
]
]
];