PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / build / block / layouts / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites trunk, at build/block/layouts/block.json

17 lines 460 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "blockspare/blockspare-layouts",
5 "title": "Design Library",
6 "category": "blockspare",
7 "description": "Add a pre-defined section or layout to posts and pages.",
8 "attributes": {
9 "modalOpen": {
10 "type": "boolean",
11 "default": false
12 }
13 },
14 "editorScript": "file:./index.js",
15 "editorStyle": "file:./index.css",
16 "style": "file:./style-index.css"
17 }