Skip to main content

Configurable components

Snippets of these configurable components can be added to your schemas to create a tailored content authoring experience.



Input field components

Configurable color picker

  • Can be used with a property of type string and format color
  • Take colors of eitherhex or RGBA, with hex being the default
  • Array of colors displayed as swatches in color picker
Amplience imageAmplience image

Multi-line text area

  • Renders single or multi-line text
  • Choose whether text area should grow with content
  • Specify number of rows using minRow and maxRow
Amplience imageAmplience image

Integers and numbers

  • Choose between components of type integer or number
  • Displayed through an editable text box with arrows
  • Use negative numbers, add suffixes and more
Amplience imageAmplience image

Droplist with labels

  • Shows a list of labels and values
  • Populated using the oneOf keyword
  • Used with string, integer and number
Amplience imageAmplience image

Configurable slider

  • Used with properties of type integer or type number
  • Marks displayed in array of value and label
  • Inverted parameter set to true or false
Amplience imageAmplience image

Date and time picker

  • Used with property type string and format date-time
  • Placeholder text can be specified
  • Represents user selectable date and time
Amplience imageAmplience image

Time input

  • Represents a user selectable time
  • Used with property type string and format time
  • Cursor pointer can be shown using true or false
Amplience imageAmplience image

Date and time input

  • Used with the date-time-input property type
  • Users can enter a date and time using edit fields
Amplience imageAmplience image

Date picker

  • Used with a property of type string and format date
  • Date format can be defined
  • Placeholder text can be specified
Amplience imageAmplience image

Arrays and objects

  • Reduce amount of space object takes up by hiding properties
  • Opt to set array or object to be initially collapsed
  • withHeader parameter can be set to true or false
Amplience imageAmplience image


Layout components

Grid layout

  • Allows you to group related properties in columns
  • Use parameters like the columns to specify how columns are displayed
  • Each item incolumns includes a span and pointers array
Amplience imageAmplience image

Tabs layout

  • Organise your form so it can be navigated using tabs
  • Specify tab labels, default tab and properties
  • Tabs can also be configured to show vertically
Amplience imageAmplience image