| Current Path : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/ |
| Current File : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/733a90afd4b0313d77321802640b00aa.yaml.php |
<?php
return [
'@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
'filename' => '/home/zieirix/www/templates/it_medical/blueprints/styles/offcanvas.yaml',
'modified' => 1616268294,
'data' => [
'name' => 'Offcanvas Section',
'description' => 'Paramters for the Off Canvas sidepanel section.',
'type' => 'section',
'form' => [
'fields' => [
'background' => [
'type' => 'input.colorpicker',
'label' => 'Background Color',
'default' => '#ffffff'
],
'text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text Color',
'default' => '#777777'
],
'width' => [
'type' => 'input.text',
'label' => 'Panel Width',
'description' => 'Set offcanvas size in rem, em, px, or percentage unit values',
'default' => '17rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)'
],
'toggle-color' => [
'type' => 'input.colorpicker',
'label' => 'Toggle Color',
'default' => '#777777'
],
'toggle-position' => [
'type' => 'select.select',
'label' => 'Toggle Position.',
'default' => 'left',
'options' => [
'left' => 'Left',
'right' => 'Right'
]
],
'overlay' => [
'type' => 'input.colorpicker',
'label' => 'Overlay',
'description' => 'Set the color of the page overlay when the certain menu modes are active.',
'default' => 'rgba(0, 0, 0, 0.6)'
]
]
]
]
];