📄 原始资料 | 展开查看原始 JSON(text.json){ “$schema”: “https://json-schema.org/draft/2020-12/schema”, “$id”: “bricks://controls/text”, “schemaVersion”: “2.3”, “title”: “Text Control”, “description”: “Value schema for text control type”, “type”: “string”, “controlProperties”: [ “type”, “label”, “in…
📄 原始资料 | 展开查看原始 JSON(text.json)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/text",
"schemaVersion": "2.3",
"title": "Text Control",
"description": "Value schema for text control type",
"type": "string",
"controlProperties": [
"type",
"label",
"inline",
"hasRequired",
"tab",
"default",
"group",
"placeholder",
"css",
"deprecated"
],
"titleZh": "文本控件",
"descriptionZh": "文本控件的值 schema。"
}
前言
文本控件的值 schema。
基本信息
- 英文名称:
Text Control
- 中文名称:文本控件
- Schema ID:
bricks://controls/text
- Schema 版本:
2.3
- 类型:
string
Schema 定义
完整 JSON 定义
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/text",
"schemaVersion": "2.3",
"title": "Text Control",
"description": "Value schema for text control type",
"type": "string",
"controlProperties": [
"type",
"label",
"inline",
"hasRequired",
"tab",
"default",
"group",
"placeholder",
"css",
"deprecated"
],
"titleZh": "文本控件",
"descriptionZh": "文本控件的值 schema。"
}
补充说明
更多细节可参考 Bricks 官方 Academy 文档。