entity
The entity component itself does not serve much of a purpose other than being a container for the below components:
This container counts for the above-mentioned components on a default jig. Section and field-row are also available under the form component as its container. In the last mentioned case, entity-field are replaced by the form's children fields.
When setting up an entity component, either a default jig or form component can be used in the below combinations:
Some properties are common to all components, see Common component properties for a list and their configuration options.
isCompact - when this property is set to true the entity-field will cover the whole row. So this compact variant doesn't allow usage of field-row component.
- Developer reference