Module grouper

The rendered form using the GlobalForm or NodeForm components can have their parameters grouped. Grouping can be done in the uiSchema property.

There are 2 ways of grouping

  1. "ui:field": "collapsible", rendered form and form data is grouped
  2. "ui:group": "<group name>", rendered form is grouped, but form data is flat.

The uiSchema configuration is documented at /docs/uiSchema.md .

To methods below allow for the rendered form to be grouped and the form data to be flat.

Index

Functions

Generated using TypeDoc