__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
return [
'@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
'filename' => 'C:/xampp/htdocs/FCS/templates/g5_helium/blueprints/styles/menu.yaml',
'modified' => 1729170711,
'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',
'options' => [
'g-no-animation' => 'No Animation',
'g-fade' => 'Fade',
'g-zoom' => 'Zoom',
'g-fade-in-up' => 'Fade In Up',
'g-dropdown-bounce-in-down' => 'Bounce In Down',
'g-dropdown-bounce-in-left' => 'Bounce In Left',
'g-dropdown-bounce-in-right' => 'Bounce In Right'
]
],
'hide-on-mobile' => [
'type' => 'input.checkbox',
'label' => 'Hide on Mobile',
'description' => 'Check this field to completely hide the dropdown menu on mobile devices. This prevents menu flickering but you might end with no menu when JS is not supported by the respective device.',
'placeholder' => 'Select...',
'default' => 0
]
]
]
]
];