author | ymh <ymh.work@gmail.com> |
Tue, 27 Sep 2022 16:37:53 +0200 | |
changeset 19 | 3d72ae0968f4 |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
19 | 1 |
{ |
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
|
3 |
"apiVersion": 2, |
|
4 |
"name": "core/pattern", |
|
5 |
"title": "Pattern", |
|
6 |
"category": "theme", |
|
7 |
"description": "Show a block pattern.", |
|
8 |
"supports": { |
|
9 |
"html": false, |
|
10 |
"inserter": false |
|
11 |
}, |
|
12 |
"textdomain": "default", |
|
13 |
"attributes": { |
|
14 |
"slug": { |
|
15 |
"type": "string" |
|
16 |
} |
|
17 |
} |
|
18 |
} |