Bricks Schema 中文文档:产品图库

📄 原始资料 (已截断)  |  展开查看原始 JSON(product-gallery.json){ “$schema”: “https://json-schema.org/draft/2020-12/schema”, “$id”: “bricks://elements/product-gallery”, “schemaVersion”: “2.3”, “type”: “object”, “title”: “Product gallery”, “description”: “Schema for Bricks Product gallery element”, “meta…

📄 原始资料 (已截断)  |  展开查看原始 JSON(product-gallery.json)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "bricks://elements/product-gallery",
  "schemaVersion": "2.3",
  "type": "object",
  "title": "Product gallery",
  "description": "Schema for Bricks Product gallery element",
  "metadata": {
    "name": "product-gallery",
    "category": "woocommerce_product",
    "tag": "div",
    "nestable": false
  },
  "settings": {
    "productImageSize": {
      "label": "Product",
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Single selection",
            "descriptionZh": "单选。"
          },
          {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Multiple selection",
            "descriptionZh": "多选。"
          }
        ]
      },
      "controlType": "select",
      "labelZh": "产品"
    },
    "thumbnailImageSize": {
      "label": "Thumbnail",
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Single selection",
            "descriptionZh": "单选。"
          },
          {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Multiple selection",
            "descriptionZh": "多选。"
          }
        ]
      },
      "controlType": "select",
      "labelZh": "缩略图"
    },
    "lightboxImageSize": {
      "label": "Lightbox",
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Single selection",
            "descriptionZh": "单选。"
          },
          {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Multiple selection",
            "descriptionZh": "多选。"
          }
        ]
      },
      "controlType": "select",
      "labelZh": "灯箱"
    },
    "thumbnailPosition": {
      "label": "Position",
      "options": {
        "top": "Top",
        "right": "Right",
        "bottom": "Bottom",
        "left": "Left",
        "topZh": "顶部",
        "rightZh": "右侧",
        "bottomZh": "底部",
        "leftZh": "左侧"
      },
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Single selection",
            "descriptionZh": "单选。"
          },
          {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Multiple selection",
            "descriptionZh": "多选。"
          }
        ]
      },
      "controlType": "select",
      "labelZh": "位置"
    },
    "itemWidth": {
      "label": "Item width",
      "units": true,
      "css": [
        {
          "property": "width",
          "selector": "&[data-pos=\"right\"] .woocommerce-product-gallery .flex-control-nav"
        },
        {
          "property": "width",
          "selector": "&[data-pos=\"left\"] .woocommerce-product-gallery .flex-control-nav"
        },
        {
          "property": "width",
          "selector": "&[data-pos=\"right\"] .brx-product-gallery-thumbnail-slider"
        },
        {
          "property": "width",
          "selector": "&[data-pos=\"left\"] .brx-product-gallery-thumbnail-slider"
        }
      ],
      "hasRequired": true,
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Value with unit (e.g., \"10px\", \"50%\")",
            "descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
          },
          {
            "type": "number"
          }
        ]
      },
      "controlType": "number",
      "labelZh": "项宽度"
    },
    "columns": {
      "label": "Columns",
      "css": [
        {
          "property": "grid-template-columns",
          "selector": ".flex-control-thumbs",
          "value": "repeat(%s, 1fr)"
        }
      ],
      "hasRequired": true,
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Value with unit (e.g., \"10px\", \"50%\")",
            "descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
          },
          {
            "type": "number"
          }
        ]
      },
      "controlType": "number",
      "labelZh": "列数"
    },
    "gap": {
      "label": "Gap",
      "units": true,
      "css": [
        {
          "property": "gap",
          "selector": ".flex-control-thumbs"
        },
        {
          "property": "gap",
          "selector": ".woocommerce-product-gallery"
        },
        {
          "property": "gap",
          "selector": "&.thumbnail-slider"
        }
      ],
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Value with unit (e.g., \"10px\", \"50%\")",
            "descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
          },
          {
            "type": "number"
          }
        ]
      },
      "controlType": "number",
      "labelZh": "间距"
    },
    "thumbnailOpacity": {
      "label": "Opacity",
      "css": [
        {
          "property": "opacity",
          "selector": ".woocommerce-product-gallery .flex-control-thumbs img:not(.flex-active)"
        },
        {
          "property": "opacity",
          "selector": "&.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image:not(.flex-active-slide) img"
        }
      ],
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Value with unit (e.g., \"10px\", \"50%\")",
            "descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
          },
          {
            "type": "number"
          }
        ]
      },
      "controlType": "number",
      "labelZh": "不透明度"
    },
    "thumbnailActiveOpacity": {
      "label": "Opacity",
      "css": [
        {
          "property": "opacity",
          "selector": ".woocommerce-product-gallery .flex-control-thumbs img.flex-active"
        },
        {
          "property": "opacity",
          "selector": "&.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image.flex-active-slide img"
        }
      ],
      "valueSchema": {
        "oneOf": [
          {
            "type": "string",
            "description": "Value with unit (e.g., \"10px\", \"50%\")",
            "descriptionZh": "带单位的值(例如 \"10px\"、\"50%\")。"
          },
          {
            "type": "number"
          }
        ]
      },
      "controlType": "number",
      "labelZh": "不透明度"
    },
    "thumbnailBorder": {
      "label": "Border",
      "css": [
        {
          "property": "border",
          "selector": ".woocommerce-product-gallery .flex-control-thumbs img"
        },
        {
          "property": "border",
          "selector": "&.thumbnail-slider .brx-product-gallery-thumbnail-slider .woocommerce-product-gallery__image img"
        }
      ],
      "valueSchema": {
        "type": "object",
        "description": "Border settings",
        "properties": {
          "width": {
            "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": "左侧间距值(带单位)

... (内容过长已截断,完整 JSON 见原始文件)

前言

Bricks Product gallery 元素的 schema。

基本信息

  • 英文名称Product gallery
  • 中文名称:产品图库
  • Schema IDbricks://elements/product-gallery
  • Schema 版本2.3
  • 类型object
  • 分类woocommerce_product
  • Tagdiv
  • 内部名称product-gallery

设置项

  • productImageSize — 产品 (select)
  • thumbnailImageSize — 缩略图 (select)
  • lightboxImageSize — 灯箱 (select)
  • thumbnailPosition — 位置 (select)
  • itemWidth — 项宽度 (number)
  • columns — 列数 (number)
  • gap — 间距 (number)
  • thumbnailOpacity — 不透明度 (number)
  • thumbnailActiveOpacity — 不透明度 (number)
  • thumbnailBorder — 边框 (border)
  • thumbnailActiveBorder — 边框 (border)
  • thumbnailSlider — 滑块 (checkbox)
  • thumbnailWrapperMaxHeight — 滑块 (number)
  • itemMargin — 滑块 (number)
  • maxItems — 最大项数 (number)
  • prevArrow — 上一页箭头 (icon)
  • nextArrow — 下一页箭头 (icon)
  • arrowBackground — 背景 (color)
  • arrowBorder — 边框 (border)
  • arrowColor — 颜色 (color)
  • arrowSize — 尺寸 (number)
  • arrowHeight — 高度 (number)
  • arrowWidth — 宽度 (number)
  • _content — 内容 (text)
  • _margin — 外边距 (spacing)
  • _padding — 内边距 (spacing)
  • _width — 宽度 (number)
  • _widthMin — 最小宽度 (number)
  • _widthMax — 最大宽度 (number)
  • _height — 高度 (number)
  • _heightMin — 最小高度 (number)
  • _heightMax — 最大高度 (number)
  • _aspectRatio — 宽高比 (text)
  • _position — 位置 (select)
  • _top — 顶部 (number)
  • _right — 右侧 (number)
  • _bottom — 底部 (number)
  • _left — 左侧 (number)
  • _zIndex — Z 索引 (number)
  • _order — 顺序 (number)
  • _display — 显示 (select)
  • _visibility — 可见性 (select)
  • _overflow — 溢出 (text)
  • _opacity — 不透明度 (number)
  • _cursor — 光标 (select)
  • _isolation — 隔离 (select)
  • _mixBlendMode — 混合模式 (select)
  • _pointerEvents — 指针事件 (text)
  • _perspective — 透视 (number)
  • _perspectiveOrigin — 透视原点 (text)
  • _gridItemJustifySelf — 自身水平对齐 (align-items)
  • _flexDirection — 方向 (direction)
  • _alignSelf — 自身对齐 (align-items)
  • _justifyContent — 主轴对齐 (justify-content)
  • _alignItems — 交叉轴对齐 (align-items)
  • _gap — 间距 (number)
  • _flexGrow — 放大比例 (number)
  • _flexShrink — 缩小比例 (number)
  • _flexBasis — 伸缩基准 (text)
  • _useMasonry — %s 布局 (checkbox)
  • _masonryColumn — 列数 (number)
  • _masonryGutter — 间距 (number)
  • _masonryHorizontalOrder — 水平顺序 (checkbox)
  • _masonryTransitionDuration — 过渡 (number)
  • _masonryTransitionMode — 显现动画 (select)
  • _typography — _typography (typography)
  • _background — _background (background)
  • _shapeDividers — 自定义形状 (repeater)
  • _gradient — _gradient (gradient)
  • _border — 边框 (border)
  • _boxShadow — 盒子阴影 (box-shadow)
  • _transform — 变换 (transform)
  • _transformOrigin — 变换原点 (text)
  • _motionElementParallax — 元素视差 (checkbox)
  • _motionElementParallaxSpeedX — 水平速度 (number)
  • _motionElementParallaxSpeedY — 垂直速度 (number)
  • _motionBackgroundParallax — 背景视差 (checkbox)
  • _motionBackgroundParallaxSpeed — 背景速度 (number)
  • _motionStartVisiblePercent — 视差起点 (number)
  • _cssCustom — 自定义 CSS (code)
  • _cssClasses — CSS 类 (text)
  • _cssId — CSS ID (text)
  • _cssFilters — CSS 滤镜 (filters)
  • _cssTransition — 过渡 (text)
  • _attributes — 姓名 (repeater)
  • _scrollSnapType — 类型 (select)
  • _scrollSnapAlign — 对齐 (select)
  • _scrollSnapStop — 停止 (select)

补充说明

更多细节可参考 Bricks 官方 Academy 文档