Section

Youtube Video

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

真实模板变体

Schema

{
  "name": "Youtube Video",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "video_url",
      "id": "video_url",
      "label": "Video",
      "accept": [
        "youtube"
      ]
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Youtube video",
      "category": "Video"
    }
  ]
}