2021-11-08 21:17:17 -05:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2021-11-08 21:17:17 -05:00
|
|
|
"apiVersion": 2,
|
|
|
|
"name": "core/pattern",
|
|
|
|
"title": "Pattern",
|
2021-11-29 19:24:27 -05:00
|
|
|
"category": "theme",
|
2021-11-08 21:17:17 -05:00
|
|
|
"description": "Show a block pattern.",
|
|
|
|
"supports": {
|
|
|
|
"html": false,
|
|
|
|
"inserter": false
|
|
|
|
},
|
|
|
|
"textdomain": "default",
|
|
|
|
"attributes": {
|
|
|
|
"slug": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|