Skip to content
Get Bricks

Editor Control Schema

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/editor",
"schemaVersion": "2.2.1",
"title": "Editor Control",
"description": "Rich text/HTML content",
"type": "string",
"controlProperties": [
"type",
"tab",
"default",
"group"
]
}