Section

Video Outer Difference

0 个模板实例,2 个 section 配置,1 类 block。

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "Video Outer Difference",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "Title",
      "default": "The Outer Difference"
    },
    {
      "type": "richtext",
      "id": "description",
      "label": "Description",
      "default": "<p>The OuterStone® 3-in-1 fire pit boasts an ignition system that's a cinch to use, ensuring hassle-free fire starting.</p>"
    }
  ],
  "blocks": [
    {
      "type": "video",
      "name": "Video",
      "settings": [
        {
          "type": "video",
          "id": "video_url",
          "label": "Video URL"
        },
        {
          "type": "text",
          "id": "url_description",
          "label": "Video Description"
        },
        {
          "type": "image_picker",
          "id": "video_poster",
          "label": "Video Poster"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Video Outer Difference",
      "category": "视频",
      "blocks": [
        {
          "type": "video"
        }
      ]
    }
  ]
}