Your IP : 172.71.28.205


Current Path : /var/www/html/Joomla/templates/g5_hydrogen/blueprints/styles/
Upload File :
Current File : /var/www/html/Joomla/templates/g5_hydrogen/blueprints/styles/menu.yaml

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

    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