Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/jlnavsticky.yaml

name: JL Nav Sticky
description: Make elements remain at the top of the viewport, like a sticky
navigation.
type: atom

configuration:
  caching:
    type: static

form:
  overrideable: false
  fields:
    enabled:
      type: input.checkbox
      label: Enabled
      description: Globally enable particle.
      default: true
    section:
      type: input.text
      label: Section
      description: Define the ID or class of the section that you want to
set as fixed.
      placeholder: '#g-navigation'
    sticky:
      type: select.selectize
      label: Sticky
      description: Let the navbar stick at the top of the viewport while
scrolling or only when scrolling up.
      default: sticky
      options:
        sticky: Sticky
        stickyonscroll: Sticky on scroll up
    media:
      type: select.selectize
      label: Media
      description: Select the device size for sticky.
      default: medium
      selectize:
          allowEmptyOption: true      
      options:
        '': Always
        s: Small (Phone Landscape)
        m: Medium (Tablet Landscape)
        l: Large (Desktop)
        xl: X-Large (Large Screens)
    top:
      type: input.number
      label: Top
      description: The top offset from where the element should be stick.
      min: 0
      placeholder: 0
    offset:
      type: input.number
      label: Offset
      description: The offset the Sticky should be fixed to.
      min: 0
      placeholder: 0
    copyright:
      type: separator.note
      class: alert alert-success
      content: 'JL Sticky Atom <strong>Version:
2.1.3</strong> Copyright (C) <a
href="https://joomlead.com/"
target="_blank">https://joomlead.com</a> | <a
href="https://joomlead.com/g5/docs/sticky-atom-documentation/"
target="_blank">Documentation</a>'