The rendered form using the GlobalForm or NodeForm components can have their parameters grouped. Grouping can be done in the uiSchema property.
GlobalForm
NodeForm
uiSchema
There are 2 ways of grouping
"ui:field": "collapsible"
"ui:group": "<group name>"
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.
Generated using TypeDoc
The rendered form using the
GlobalForm
orNodeForm
components can have their parameters grouped. Grouping can be done in theuiSchema
property.There are 2 ways of grouping
"ui:field": "collapsible"
, rendered form and form data is grouped"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.