# getwid/3.0.2/assets/blocks/section/block.json

Getwid – Gutenberg Blocks, version 3.0.2. 40 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.2/code/assets/blocks/section/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.2/raw/assets/blocks/section/block.json
- Modified: 2026-09-01T11:21:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.2/code/assets/blocks/section/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/section",
  "description": "Groups content into a customizable section.",
  "category": "getwid-blocks",
  "title": "Section",
  "keywords": [
    "container",
    "wrapper",
    "row"
  ],
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "editorScript": [
    "jquery",
    "slick",
    "file:./index.js"
  ],
  "editorStyle": [
    "slick",
    "slick-theme",
    "animate",
    "file:./index.css"
  ],
  "style": [
    "file:./style-index.css"
  ],
  "viewScript": [
    "jquery",
    "file:./view.js"
  ]
}
```
