Skip to content
Get Bricks

Dimensions Control Schema

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/dimensions",
"schemaVersion": "2.2.1",
"title": "Dimensions Control",
"description": "Unknown control type: dimensions",
"type": [
"string",
"object",
"array",
"boolean",
"number"
],
"controlProperties": [
"type",
"label",
"tab",
"group",
"hasRequired",
"css"
]
}