Section

Laifen Story

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

真实模板变体

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

Schema

{
  "name": "Laifen Story",
  "settings": [],
  "blocks": [
    {
      "type": "story",
      "name": "Story",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "video_url",
          "id": "video",
          "label": "Video",
          "info": "Add a video link to display a video instead of an image",
          "accept": [
            "youtube",
            "vimeo"
          ]
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading"
        },
        {
          "type": "richtext",
          "id": "paragraph",
          "label": "Paragraph"
        },
        {
          "type": "text",
          "id": "location",
          "label": "Location"
        },
        {
          "type": "text",
          "id": "job",
          "label": "Job"
        },
        {
          "type": "checkbox",
          "id": "reverse",
          "label": "Reverse layout"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Laifans Story",
      "category": "Custom"
    }
  ]
}