📄 原始资料 (已截断) | 展开查看原始 JSON(audio.json)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://elements/audio",
"schemaVersion": "2.3",
"type": "object",
"title": "Audio",
"description": "Schema for Bricks Audio element",
"metadata": {
"name": "audio",
"category": "media",
"tag": "div",
"nestable": false
},
"settings": {
"source": {
"label": "Source",
"options": {
"file": "File",
"external": "External URL",
"dynamic": "Dynamic Data",
"fileZh": "文件",
"externalZh": "外部 URL",
"dynamicZh": "动态数据"
},
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Single selection",
"descriptionZh": "单选。"
},
{
"type": "array",
"items": {
"type": "string"
},
"description": "Multiple selection",
"descriptionZh": "多选。"
}
]
},
"controlType": "select",
"labelZh": "来源"
},
"file": {
"hasRequired": true,
"valueSchema": {
"type": "object",
"description": "Audio settings",
"properties": {
"id": {
"type": [
"string",
"integer"
]
},
"url": {
"type": "string"
},
"autoplay": {
"type": "boolean"
},
"loop": {
"type": "boolean"
},
"controls": {
"type": "boolean"
}
},
"descriptionZh": "音频设置。"
},
"controlType": "audio"
},
"external": {
"hasRequired": true,
"valueSchema": {
"type": "string"
},
"controlType": "text"
},
"useDynamicData": {
"hasRequired": true,
"valueSchema": {
"type": "string"
},
"controlType": "text"
},
"titleCustom": {
"label": "Custom title",
"hasRequired": true,
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "自定义标题"
},
"artist": {
"label": "Show artist",
"hasRequired": true,
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "显示艺术家"
},
"title": {
"label": "Show title",
"hasRequired": true,
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "显示标题"
},
"autoplay": {
"label": "Autoplay",
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "自动播放"
},
"loop": {
"label": "Loop",
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "循环"
},
"tag": {
"label": "Tag",
"options": {
"p": "p",
"h1": "h1",
"h2": "h2",
"h3": "h3",
"h4": "h4",
"h5": "h5",
"h6": "h6"
},
"hasRequired": true,
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Single selection",
"descriptionZh": "单选。"
},
{
"type": "array",
"items": {
"type": "string"
},
"description": "Multiple selection",
"descriptionZh": "多选。"
}
]
},
"controlType": "select",
"labelZh": "标签"
},
"preload": {
"label": "Preload",
"options": {
"metadata": "Metadata",
"auto": "Auto",
"metadataZh": "元数据",
"autoZh": "自动"
},
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Single selection",
"descriptionZh": "单选。"
},
{
"type": "array",
"items": {
"type": "string"
},
"description": "Multiple selection",
"descriptionZh": "多选。"
}
]
},
"controlType": "select",
"labelZh": "预加载"
},
"theme": {
"label": "Theme",
"options": {
"light": "Light",
"dark": "Dark",
"lightZh": "浅色",
"darkZh": "深色"
},
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Single selection",
"descriptionZh": "单选。"
},
{
"type": "array",
"items": {
"type": "string"
},
"description": "Multiple selection",
"descriptionZh": "多选。"
}
]
},
"controlType": "select",
"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%\")",
... (内容过长已截断,完整 JSON 见原始文件)