Object Editors

Multiple editor formats for object-type data with different display and layout options

Default Object Editor

Renders a fieldset that will contain its properties editors. The fieldset can be collapsed or expanded.

Activation Conditions

  • "type": "object"

Options

  • x-addPropertyContent: Custom content for add property button
  • x-collapseToggleContent: Custom content for collapse toggle
  • x-deactivateNonRequired: Deactivate non-required properties
  • x-enableCollapseToggle: Enable collapse/expand functionality
  • x-propertiesToggleContent: Custom content for properties toggle
  • x-startCollapsed: Start with the object collapsed
  • x-titleTemplate: Custom template for the title

Object Grid Editor

Renders a fieldset that uses a grid system to position its property editors. The fieldset can be collapsed or expanded.

Activation Conditions

  • "type": "object"
  • "x-format": "grid"

Grid Options for properties editors

  • columns: How many columns should the editor occupy
  • offset: How many columns should the editor be offset
  • newRow: Whether the editor should be put in a new row

Vertical Navigation Editor

Renders a fieldset with vertical navigation for its properties. The fieldset can be collapsed or expanded.

Activation Conditions

  • "type": "object"
  • "x-format": "nav-vertical"

Horizontal Navigation Editor

Renders a fieldset with horizontal navigation for its properties. The fieldset can be collapsed or expanded.

Activation Conditions

  • "type": "object"
  • "x-format": "nav-horizontal"