Versions Compared

Key

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

Javadoc resource link
classNameinfo.magnolia.ui.field.RadioButtonGroupFieldDefinition
renderTypeasynchronous
 renders multiple radio buttons where only one can be selected.

Table of Contents

Example radio button group field definition

This will let you choose an item corresponding to a node from the configured JCR workspace.

Code Block
languageyml
radioGroup:
  $type: radioButtonGroupField
  datasource:
    $type: jcrDatasource
    workspace: contacts
    describeByProperty: lastName
    allowedNodeTypes:
      - mgnl:contact

Radio button group field properties

Common option group field properties

...