| Current Path : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/ |
| Current File : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/a53eada1f9dc87f394807791da5af403.yaml.php |
<?php
return [
'@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
'filename' => '/home/zieirix/www/templates/it_medical/particles/contacts.yaml',
'modified' => 1616268270,
'data' => [
'name' => 'Contacts',
'description' => 'Display contacts.',
'type' => 'particle',
'configuration' => [
'caching' => [
'type' => 'static'
]
],
'form' => [
'fields' => [
'enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable contacts particles.',
'default' => true
],
'style' => [
'type' => 'select.select',
'label' => 'Style',
'description' => 'Select the style which defines the particle layout on the frontend.',
'placeholder' => 'Select...',
'default' => 'style1',
'options' => [
'style1' => 'Style 1',
'style2' => 'Style 2'
]
],
'layout' => [
'type' => 'select.select',
'label' => 'Layout',
'description' => 'Select the the particle layout.',
'placeholder' => 'Select...',
'default' => 'vertical',
'options' => [
'vertical' => 'Vertical',
'horizontal' => 'Horizontal'
]
],
'equal' => [
'type' => 'input.checkbox',
'label' => 'Equal Width',
'description' => 'Select if the contact items should be equal in width (\'Horizontal\' layout ONLY).',
'default' => 0
],
'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' => 'Contacts Items',
'description' => 'Create each contact item to display.',
'value' => 'name',
'ajax' => true,
'fields' => [
'.icon' => [
'type' => 'input.icon',
'label' => 'Icon'
],
'.title' => [
'type' => 'input.text',
'label' => 'Title'
],
'.value' => [
'type' => 'input.text',
'label' => 'Value'
],
'.link' => [
'type' => 'input.text',
'label' => 'Link'
],
'.target' => [
'type' => 'select.select',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'placeholder' => 'Select...',
'default' => '_parent',
'options' => [
'_parent' => 'Self',
'_blank' => 'New Window'
]
],
'.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'
]
]
]
]
]
]
]
];