mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 23:25:50 +01:00
3c53d98912
Fixes #61548. Fixes https://github.com/WordPress/wordpress-develop/pull/6953. See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches. Props ellatrix, youknowriad. Built from https://develop.svn.wordpress.org/trunk@58617 git-svn-id: http://core.svn.wordpress.org/trunk@58050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
32 lines
587 B
JSON
32 lines
587 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/block",
|
|
"title": "Pattern",
|
|
"category": "reusable",
|
|
"description": "Reuse this design across your site.",
|
|
"keywords": [ "reusable" ],
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"ref": {
|
|
"type": "number"
|
|
},
|
|
"content": {
|
|
"type": "object",
|
|
"default": {}
|
|
}
|
|
},
|
|
"providesContext": {
|
|
"pattern/overrides": "content"
|
|
},
|
|
"supports": {
|
|
"customClassName": false,
|
|
"html": false,
|
|
"inserter": false,
|
|
"renaming": false,
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
}
|
|
}
|
|
}
|