From 5b1899ea44742e3957c5829a7662c330a87d524d Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Thu, 14 Nov 2024 15:27:44 +0100 Subject: [PATCH] update docs (#491) --- docs/84_ContainerType.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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