Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 998 Bytes

84_ContainerType.md

File metadata and controls

26 lines (20 loc) · 998 Bytes

Container Type

The Container Type allows you to create field collection. There is also a jQuery Repeater Extension to create repeatable fields in frontend.

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)
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

FieldSet

Create grouped field blocks. Mostly used to create grouped form layouts.

Name Description
Template Add some extra classes to repeater field
Label Define a label (translated in frontend)