2020-06-26 09:33:47 -04:00
|
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
|
"apiVersion": 3,
|
2020-06-26 09:33:47 -04:00
|
|
|
|
"name": "core/block",
|
2023-06-27 10:24:19 -04:00
|
|
|
|
"title": "Pattern",
|
2020-06-26 09:33:47 -04:00
|
|
|
|
"category": "reusable",
|
2023-07-14 00:33:18 -04:00
|
|
|
|
"description": "Create and save content to reuse across your site. Update the pattern, and the changes apply everywhere it’s used.",
|
|
|
|
|
"keywords": [ "reusable" ],
|
2021-05-19 11:09:27 -04:00
|
|
|
|
"textdomain": "default",
|
2020-06-26 09:33:47 -04:00
|
|
|
|
"attributes": {
|
|
|
|
|
"ref": {
|
|
|
|
|
"type": "number"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"customClassName": false,
|
|
|
|
|
"html": false,
|
|
|
|
|
"inserter": false
|
2023-02-07 02:04:52 -05:00
|
|
|
|
}
|
2020-06-26 09:33:47 -04:00
|
|
|
|
}
|