# getwid/3.0.1/assets/blocks/template-library/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 16 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/template-library/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/template-library/block.json
- Modified: 2026-08-28T10:51:30+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.1/code/assets/blocks/template-library/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/template-library",
  "description": "Browses and inserts pre-designed templates.",
  "category": "getwid-blocks",
  "title": "Template Library",
  "icon": "category",
  "supports": {
    "multiple": true,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}
```
