Section

Scaling Text SE lite

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

真实模板变体

Schema

{
  "name": "Scaling Text SE lite",
  "class": "scaling-text-se-lite",
  "settings": [
    {
      "type": "select",
      "id": "section_width",
      "options": [
        {
          "value": "grid",
          "label": "Grid"
        },
        {
          "value": "full-width-row",
          "label": "Full width"
        },
        {
          "value": "full-width-row-full",
          "label": "Full width, no spacing"
        }
      ],
      "default": "grid",
      "label": "Section width"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "description",
      "label": "Description"
    }
  ],
  "blocks": [
    {
      "type": "feature",
      "name": "Feature",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Feature Name",
          "info": "Wrap big text in [...] example: [Big Text] Small Text"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Scaling Text SE lite"
    }
  ]
}