Components
entity
6min
The entity component is a container for the following components:
- The component.entity used with the above-mentioned components is configurable on a jig.default.
- Section and field-row are also available under the component.form as its container. Here the entity-field is replaced by the form's children field.
- When setting up a component.entity, either a default jig or component.form can be used in the following combinations:
Other options | |
---|---|
isCompact | When this property is set to true the entity-field will cover the entire row. This compact variant does not allow usage of field-row components. By default, a label is at the top and the value below. isCompact will place the label on the left and the value on the right. Columns are not supported. |