📄 原始资料 (已截断) | 展开查看原始 JSON(post-sharing.json)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://elements/post-sharing",
"schemaVersion": "2.3",
"type": "object",
"title": "Social Sharing",
"description": "Schema for Bricks Social Sharing element",
"metadata": {
"name": "post-sharing",
"category": "single",
"tag": "div",
"nestable": false
},
"settings": {
"items": {
"label": "Share via",
"options": {
"facebook": "Facebook",
"twitter": "X",
"linkedin": "LinkedIn",
"whatsapp": "WhatsApp",
"pinterest": "Pinterest",
"telegram": "Telegram",
"vkontakte": "VKontakte",
"bluesky": "Bluesky",
"email": "Email",
"facebookZh": "Facebook",
"linkedinZh": "LinkedIn",
"whatsappZh": "WhatsApp",
"pinterestZh": "Pinterest",
"telegramZh": "Telegram",
"vkontakteZh": "VKontakte",
"blueskyZh": "Bluesky",
"emailZh": "电子邮件"
},
"css": [
{
"property": "background-color",
"selector": "a"
}
],
"hasRequired": true,
"valueSchema": {
"type": "array",
"items": {
"type": "object"
}
},
"controlType": "repeater",
"labelZh": "分享方式"
},
"brandColors": {
"label": "Use brand colors",
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "使用品牌色"
},
"direction": {
"label": "Direction",
"css": [
{
"property": "flex-direction"
}
],
"valueSchema": {
"type": "string",
"enum": [
"row",
"row-reverse",
"column",
"column-reverse"
]
},
"controlType": "direction",
"labelZh": "方向"
},
"newTab": {
"label": "Open in new tab",
"valueSchema": {
"type": "boolean"
},
"controlType": "checkbox",
"labelZh": "在新标签页打开"
},
"linkRel": {
"label": "Rel attribute",
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "rel 属性"
},
"_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": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "高度"
},
"_heightMin": {
"label": "Min. height",
"css": [
{
"property": "min-height"
}
],
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "最小高度"
},
"_heightMax": {
"label": "Max. height",
"css": [
{
"property": "max-height"
}
],
"valueSchema": {
"oneOf": [
{
"type": "string",
"description": "Value with unit (e.g., \"10px\", \"50%\")",
"descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
},
{
"type": "number"
}
]
},
"controlType": "number",
"labelZh": "最大高度"
},
"_aspectRatio": {
"label": "Aspect ratio",
"css": [
{
"property": "aspect-ratio"
}
],
"valueSchema": {
"type": "string"
},
"controlType": "text",
"labelZh": "宽高比"
},
"_position": {
"label": "Position",
"css": [
{
"property": "position"
}
],
"valueSchema": {
"oneOf": [
{
"type": "string",
"descri
... (内容过长已截断,完整 JSON 见原始文件)