diff --git a/docs/84_ContainerType.md b/docs/84_ContainerType.md index 75327db8..e8581923 100644 --- a/docs/84_ContainerType.md +++ b/docs/84_ContainerType.md @@ -7,20 +7,19 @@ There is also a [jQuery Repeater Extension](./91_Javascript.md) to create repeat ## Repeater Create repeatable field collections. There are several options to configure: -| Name | Description | -|------|-------------| -| Template | Add some extra classes to repeater field | -| Label | Define a label (translated in frontend) | -| Block Label | Define a label for each repeated block (translated in frontend) | +| Name | Description | +|-------------------|---------------------------------------------------------------------------------| +| Template | Add some extra classes to repeater field | +| Label | Define a label (translated in frontend) | +| Block Label | Define a label for each repeated block (translated in frontend) | | Add Block Counter | Every new added block should have an incrementing counter after the block label | -| Minimum | Define a minimum of pre-rendered blocks | -| Maximum | Define a maximum of addable blocks | - +| Minimum | Define a minimum of pre-rendered blocks | +| Maximum | Define a maximum of addable blocks | ## FieldSet Create grouped field blocks. Mostly used to create grouped form layouts. -| Name | Description | -|------|-------------| +| Name | Description | +|----------|------------------------------------------| | Template | Add some extra classes to repeater field | -| Label | Define a label (translated in frontend) | \ No newline at end of file +| Label | Define a label (translated in frontend) | \ No newline at end of file