Section
Videos with Tabs
1 个模板实例,2 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Videos with Tabs",
"class": "videos-with-tabs",
"settings": [
{
"type": "textarea",
"id": "heading",
"label": "Heading"
},
{
"type": "textarea",
"id": "description",
"label": "Description"
}
],
"blocks": [
{
"type": "block",
"name": "Block",
"settings": [
{
"type": "text",
"id": "title",
"label": "Button text"
},
{
"type": "textarea",
"id": "content",
"label": "Content"
},
{
"type": "video",
"id": "desktop_video",
"label": "Video (Desktop)"
},
{
"type": "video",
"id": "mobile_video",
"label": "Video (Mobile)"
}
]
}
],
"presets": [
{
"name": "Videos with Tabs"
}
]
}