📄 原始资料 (已截断) | 展开查看原始 JSON(animated-typing.json)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://elements/animated-typing",
"schemaVersion": "2.3",
"type": "object",
"title": "Anim. Typing",
"description": "Schema for Bricks Anim. Typing element",
"metadata": {
"name": "animated-typing",
"category": "general",
"tag": "div",
"nestable": false
},
"settings": {
"tag": {
"label": "Tag",
"options": {
"div": "div",
"h1": "h1",
"h2": "h2",
"h3": "h3",
"h4": "h4",
"h5": "h5",
"h6": "h6",
"divZh": "div"
},
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Single selection",
"descriptionZh": "单选。"
},
{
"type": "array",
"items": {
"type": "string"
},
"description": "Multiple selection",
"descriptionZh": "多选。"
}
]
},
"controlType": "select",
"labelZh": "标签"
},
"prefix": {
"label": "Prefix",
"default": "We ",
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "前缀"
},
"suffix": {
"label": "Suffix",
"default": " for you!",
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "后缀"
},
"strings": {
"label": "Strings",
"valueSchema": {
"type": "array",
"items": {
"type": "object"
}
},
"controlType": "repeater",
"labelZh": "字符串列表"
},
"typeSpeed": {
"label": "Type speed in ms",
"default": "55",
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "打字速度(毫秒)"
},
"backSpeed": {
"label": "Back speed in ms",
"default": "30",
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "退格速度(毫秒)"
},
"startDelay": {
"label": "Start delay in ms",
"default": "500",
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "开始延迟(毫秒)"
},
"backDelay": {
"label": "Back delay in ms",
"default": "500",
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "退格延迟(毫秒)"
},
"cursorChar": {
"label": "Cursor character",
"default": "|",
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "光标字符"
},
"loop": {
"label": "Loop",
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "循环"
},
"shuffle": {
"label": "Shuffle",
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "随机顺序"
},
"_content": {
"label": "Content",
"css": [
{
"property": "content",
"value": "%s"
}
],
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "内容"
},
"_margin": {
"label": "Margin",
"valueSchema": {
"type": "object",
"description": "Spacing value with directional properties",
"properties": {
"top": {
"type": "string",
"description": "Top spacing value with unit",
"descriptionZh": "顶部间距值(带单位)。"
},
"right": {
"type": "string",
"description": "Right spacing value with unit",
"descriptionZh": "右侧间距值(带单位)。"
},
"bottom": {
"type": "string",
"description": "Bottom spacing value with unit",
"descriptionZh": "底部间距值(带单位)。"
},
"left": {
"type": "string",
"description": "Left spacing value with unit",
"descriptionZh": "左侧间距值(带单位)。"
}
},
"additionalProperties": false,
"descriptionZh": "带方向属性的间距值。"
},
"css": [
{
"property": "margin"
}
],
"controlType": "spacing",
"labelZh": "外边距"
},
"_padding": {
"label": "Padding",
"valueSchema": {
"type": "object",
"description": "Spacing value with directional properties",
"properties": {
"top": {
"type": "string",
"description": "Top spacing value with unit",
"descriptionZh": "顶部间距值(带单位)。"
},
"right": {
"type": "string",
"description": "Right spacing value with unit",
"descriptionZh": "右侧间距值(带单位)。"
},
"bottom": {
"type": "string",
"description": "Bottom spacing value with unit",
"descriptionZh": "底部间距值(带单位)。"
},
"left": {
"type": "string",
"description": "Left spacing value with unit",
"descriptionZh": "左侧间距值(带单位)。"
}
},
"additionalProperties": false,
"descriptionZh": "带方向属性的间距值。"
},
"css": [
{
"property": "padding"
}
],
"controlType": "spacing",
"labelZh": "内边距"
},
"_width": {
"label": "Width",
"css": [
{
"property": "width"
}
],
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "宽度"
},
"_widthMin": {
"label": "Min. width",
"css": [
{
"property": "min-width"
}
],
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "最小宽度"
},
"_widthMax": {
"label": "Max. width",
"css": [
{
"property": "max-width"
}
],
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "最大宽度"
},
"_height": {
"label": "Height",
"css": [
{
"property": "height"
}
],
"valueSchema": {
"oneOf": [
{
... (内容过长已截断,完整 JSON 见原始文件)
Bricks Anim. Typing 元素的 schema。