# blockspare/5.0.1/build/block/layouts/block.json

BlockSpare – Gutenberg Blocks, AI Content Generator &amp; Site Builder for News, Magazine &amp; Blogs, version 5.0.1. 17 lines.

- Page: https://pluginprobe.com/plugins/blockspare/5.0.1/code/build/block/layouts/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/5.0.1/raw/build/block/layouts/block.json
- Modified: 2026-07-24T16:03:22+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/blockspare/5.0.1/code/build/block/layouts/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare/blockspare-layouts",
  "title": "Design Library",
  "category": "blockspare",
  "description": "Add a pre-defined section or layout to posts and pages.",
  "attributes": {
    "modalOpen": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
```
