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