Forms and Composite Jigs
title: Composite type: jig.composite children: - jigId: myjig1 - jigId: myjig2
title: Employees name
type: jig.default
children:
- type: component.form
instanceId: form-name
options:
children:
- type: component.field-row
options:
children:
- type: component.text-field
instanceId: first-name
options:
label: First name
- type: component.text-field
instanceId: last-name
options:
label: Last nameLast updated
Was this helpful?