2020-09-15 14:29:22 +02:00
|
|
|
{
|
2022-06-16 14:03:35 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-09-26 10:33:34 +02:00
|
|
|
"apiVersion": 3,
|
2020-09-15 14:29:22 +02:00
|
|
|
"name": "core/block",
|
2023-09-26 10:33:34 +02:00
|
|
|
"title": "Pattern",
|
2020-09-15 14:29:22 +02:00
|
|
|
"category": "reusable",
|
2024-04-17 11:32:24 +02:00
|
|
|
"description": "Reuse this design across your site.",
|
2023-12-07 09:44:11 +01:00
|
|
|
"keywords": [ "reusable" ],
|
2021-07-23 11:58:50 +02:00
|
|
|
"textdomain": "default",
|
2020-09-15 14:29:22 +02:00
|
|
|
"attributes": {
|
|
|
|
|
"ref": {
|
|
|
|
|
"type": "number"
|
2024-04-17 11:32:24 +02:00
|
|
|
},
|
|
|
|
|
"content": {
|
|
|
|
|
"type": "object"
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"customClassName": false,
|
|
|
|
|
"html": false,
|
2024-04-17 11:32:24 +02:00
|
|
|
"inserter": false,
|
|
|
|
|
"renaming": false,
|
|
|
|
|
"interactivity": {
|
|
|
|
|
"clientNavigation": true
|
|
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
}
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|