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/main-feature.yaml

name: Main Feature
description: Display a main feature.
type: particle

configuration:
  caching:
    type: static

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

    layout:
      type: select.select
      label: Layout
      description: Select the layout for this particle.
      placeholder: 'Select...'
      default: right
      options:
        right: Image on the right
        left: Image on the left

    image:
      type: input.imagepicker
      label: Image
      description: Select an image.

    alt:
      type: input.text
      label: Image Alt Tag
      description: Type in the image alt tag.
      placeholder: Enter alt tag

    imagewidth:
      type: input.text
      label: Image Width
      description: Type in the width of the image block in percentage. It
must be a digit between 0 and 100. The default is '50'.
      default: 50

    imagebottom:
      type: select.select
      label: Image at the bottom
      description: Set the image at the bottom of the section. Recommended
for an image of a person.
      placeholder: 'Select...'
      default: yes
      options:
        yes: Yes
        no: No

    title:
      type: input.text
      label: Title
      description: Type in the title text.
      placeholder: Enter title

    description:
      type: textarea.textarea
      label: Description
      description: Type in the description text.
      placeholder: Enter description

    link:
      type: input.text
      label: Button 1 Link
      description: Type in the URL.

    buttontext:
      type: input.text
      label: Button 1 Text
      description: Type in the button text.

    buttonicon:
      type: input.icon
      label: Button 1 Icon
      description: Select an icon for the button.

    target:
      type: select.select
      label: Button 1 Target
      description: Target browser window when item is clicked.
      placeholder: 'Select...'
      default: _parent
      options:
          _parent: Self
          _blank: New Window

    link2:
      type: input.text
      label: Button 2 Link
      description: Type in the URL.

    buttontext2:
      type: input.text
      label: Button 2 Text
      description: Type in the button text.

    buttonicon2:
      type: input.icon
      label: Button 2 Icon
      description: Select an icon for the button.

    target2:
      type: select.select
      label: Button 2 Target
      description: Target browser window when item is clicked.
      placeholder: 'Select...'
      default: _parent
      options:
          _parent: Self
          _blank: New Window

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

    css.left:
      type: input.selectize
      label: Left CSS Classes
      description: CSS class name for the left element.
      default:

    css.right:
      type: input.selectize
      label: Right CSS Classes
      description: CSS class name for the right element.
      default:

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

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

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