Changes can be found at https://github.com/WordPress/gutenberg/commits/wp/6.9/. Developed in https://github.com/WordPress/wordpress-develop/pull/10453. See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches. Fixes #64185. Props priethor, mukesh27, jeffpaul, westonruter, desrosj, wildworks. Built from https://develop.svn.wordpress.org/trunk@61125 git-svn-id: http://core.svn.wordpress.org/trunk@60461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
35 lines
683 B
JSON
35 lines
683 B
JSON
{
|
||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
"apiVersion": 3,
|
||
"name": "core/missing",
|
||
"title": "Unsupported",
|
||
"category": "text",
|
||
"description": "Your site doesn’t include support for this block.",
|
||
"textdomain": "default",
|
||
"attributes": {
|
||
"originalName": {
|
||
"type": "string"
|
||
},
|
||
"originalUndelimitedContent": {
|
||
"type": "string"
|
||
},
|
||
"originalContent": {
|
||
"type": "string",
|
||
"source": "raw"
|
||
}
|
||
},
|
||
"supports": {
|
||
"className": false,
|
||
"customClassName": false,
|
||
"inserter": false,
|
||
"html": false,
|
||
"lock": false,
|
||
"reusable": false,
|
||
"renaming": false,
|
||
"blockVisibility": false,
|
||
"interactivity": {
|
||
"clientNavigation": true
|
||
}
|
||
}
|
||
}
|