2020-07-01 14:29:03 +02:00
|
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2020-10-20 15:36:16 +02:00
|
|
|
|
"apiVersion": 2,
|
2020-07-01 14:29:03 +02:00
|
|
|
|
"name": "core/missing",
|
2021-05-19 17:09:27 +02:00
|
|
|
|
"title": "Unsupported",
|
2020-07-01 14:29:03 +02:00
|
|
|
|
"category": "text",
|
2021-05-19 17:09:27 +02:00
|
|
|
|
"description": "Your site doesn’t include support for this block.",
|
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
|
"attributes": {
|
|
|
|
|
"originalName": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"originalUndelimitedContent": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"originalContent": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"source": "html"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"className": false,
|
|
|
|
|
"customClassName": false,
|
|
|
|
|
"inserter": false,
|
|
|
|
|
"html": false,
|
|
|
|
|
"reusable": false
|
|
|
|
|
}
|
|
|
|
|
}
|