Skip to content
Get Bricks

Repeater Control Schema

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/repeater",
"schemaVersion": "2.2.1",
"title": "Repeater Control",
"description": "Repeatable fields array",
"type": "array",
"items": {
"type": "object"
},
"controlProperties": [
"type",
"label",
"placeholder",
"tab",
"group",
"multiple",
"hasRequired",
"inline",
"default",
"units",
"options",
"css"
]
}