Spade

Mini Shell

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

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/j3/templates/g5_hydrogen/custom/particles/onepage-nav.yaml

name: OnePage Nav
description: Display OnePage Navigation.
type: particle

configuration:
  caching:
    type: static

form:
  fields:
    enabled:
      type: input.checkbox
      label: Enabled
      description: Globally enable OnePage Nav particles.
      default: true

    _note:
      type: separator.note
      class: alert alert-info
      content: '<strong>This Particle requires the "UIkit
for Gantry5" Atom to be loaded.</strong>'

    style:
      type: select.select
      label: Style
      description: Select the style which defines the particle layout on
the frontend. 'Style 1' shows only dots, 'Style 2'
shows icons.
      placeholder: 'Select...'
      default: style1
      options:
        style1: Style 1
        style2: Style 2

    smoothscrolloffset:
      type: input.text
      label: Smooth Scroll Offset
      description: Set the smooth scroll offset in pixels (the element top
offset).
      default: 120

    background:
      type: input.colorpicker
      label: Background Color
      description: Choose the particle background color.
      default: "rgba(0,0,0,0.2)"

    css.class:
      type: input.selectize
      label: CSS Classes
      description: CSS class name for the particle.
      default: 

    extra:
      type: collection.keyvalue
      label: Tag Attributes
      description: Extra Tag attributes.
      key_placeholder: Key (data-*, style, ...)
      value_placeholder: Value
      exclude: ['id', 'class']

    items:
      type: collection.list
      array: true
      label: Menu Items
      description: Create each OnePage Nav item to display.
      value: name
      ajax: true

      fields:

        .title:
          type: input.text
          label: Text
          description: Type in the Tooltip Text.

        .icon:
          type: input.icon
          label: Icon
          description: Choose an icon.

        .link:
          type: input.text
          label: ID
          description: Type in the ID of the corresponding part of the site
(without '#').

        .class:
          type: input.selectize
          label: CSS Class

        .extra:
          type: collection.keyvalue
          label: Tag Attributes
          description: Extra Tag attributes.
          key_placeholder: Key (data-*, style, ...)
          value_placeholder: Value
          exclude: ['id', 'class']