| Current Path : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/ |
| Current File : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/57c8ec0fd06f14d21738fb4f61f1f6c0.yaml.php |
<?php
return [
'@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
'filename' => '/home/zieirix/www/templates/it_medical/blueprints/styles/menu.yaml',
'modified' => 1616268297,
'data' => [
'name' => 'Menu',
'description' => 'Set menu style configuration options.',
'type' => 'configuration',
'form' => [
'fields' => [
'col-width' => [
'type' => 'input.text',
'label' => 'Simple Dropdown Width',
'description' => 'Specify the default width of menu dropdowns for simple mode in rem, em or px units. This width can be overridden on each individual menu item from the menu editor.',
'default' => '180px',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|px)'
],
'animation' => [
'type' => 'select.select',
'label' => 'Dropdown Animation',
'description' => 'Select the dropdown animation.',
'default' => 'g-fade-in-up',
'options' => [
'g-no-animation' => 'No Animation',
'g-fade' => 'Fade',
'g-zoom' => 'Zoom',
'g-fade-in-up' => 'Fade In Up'
]
]
]
]
]
];