PluginProbe
Extendify / 0.9.2
Extendify v0.9.2
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / src / Library / blocks / library / block.json

block.json in Extendify 0.9.2, at src/Library/blocks/library/block.json

18 lines 457 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": 2,
4 "name": "extendify/library",
5 "title": "Pattern Library",
6 "description": "Add block patterns and full page layouts with the Extendify Library.",
7 "keywords": ["template", "layouts"],
8 "textdomain": "extendify",
9 "attributes": {
10 "preview": {
11 "type": "string"
12 },
13 "search": {
14 "type": "string"
15 }
16 }
17 }
18