Skip to content
Get Bricks

Align Items Control Schema

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/align-items",
"schemaVersion": "2.2.1",
"title": "Align Items Control",
"description": "Value schema for align-items control type",
"type": "string",
"enum": [
"flex-start",
"flex-end",
"center",
"baseline",
"stretch"
],
"controlProperties": [
"type",
"label",
"css",
"hasRequired",
"tab",
"group",
"inline",
"placeholder"
]
}