Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Slider field definition is part of the Magnolia 6 UI framework. The fully qualified class name is info.magnolia.ui.field.SliderFieldDefinition.

This field has been introduced since Magnolia 6.2. There is no corresponding implementation in the Magnolia 5 UI framework.

Table of Contents

Example

...

definition

Code Block
languageyml
slider:
  $type: sliderField
  defaultValue: 50
  stepSize: 5
  gridStepSize: 25
  valueFormat: PERCENTAGE

...

Field properties

Field-specific properties

...