Skip to content

Commit

Permalink
update docs (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat authored Nov 14, 2024
1 parent a121626 commit 5b1899e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/84_ContainerType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
| Label | Define a label (translated in frontend) |

0 comments on commit 5b1899e

Please sign in to comment.