Text Control Schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "bricks://controls/text", "schemaVersion": "2.2.1", "title": "Text Control", "description": "Value schema for text control type", "type": "string", "controlProperties": [ "type", "label", "inline", "hasRequired", "tab", "default", "group", "placeholder", "css", "deprecated" ]} Was this page helpful?