mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
f29e4144fa
Includes miscellaneous bug fixes for 6.3 RC1. Props ramonopoly. See #58804. Built from https://develop.svn.wordpress.org/trunk@56229 git-svn-id: http://core.svn.wordpress.org/trunk@55741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
21 lines
477 B
JSON
21 lines
477 B
JSON
{
|
||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
"apiVersion": 3,
|
||
"name": "core/block",
|
||
"title": "Pattern",
|
||
"category": "reusable",
|
||
"description": "Create and save content to reuse across your site. Update the pattern, and the changes apply everywhere it’s used.",
|
||
"keywords": [ "reusable" ],
|
||
"textdomain": "default",
|
||
"attributes": {
|
||
"ref": {
|
||
"type": "number"
|
||
}
|
||
},
|
||
"supports": {
|
||
"customClassName": false,
|
||
"html": false,
|
||
"inserter": false
|
||
}
|
||
}
|