2020-06-26 09:33:47 -04:00
|
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2020-10-20 09:36:16 -04:00
|
|
|
|
"apiVersion": 2,
|
2020-06-26 09:33:47 -04:00
|
|
|
|
"name": "core/block",
|
2021-05-19 11:09:27 -04:00
|
|
|
|
"title": "Reusable block",
|
2020-06-26 09:33:47 -04:00
|
|
|
|
"category": "reusable",
|
2021-05-19 11:09:27 -04:00
|
|
|
|
"description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.",
|
|
|
|
|
"textdomain": "default",
|
2020-06-26 09:33:47 -04:00
|
|
|
|
"attributes": {
|
|
|
|
|
"ref": {
|
|
|
|
|
"type": "number"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"customClassName": false,
|
|
|
|
|
"html": false,
|
|
|
|
|
"inserter": false
|
2021-01-27 21:04:13 -05:00
|
|
|
|
},
|
|
|
|
|
"editorStyle": "wp-block-editor"
|
2020-06-26 09:33:47 -04:00
|
|
|
|
}
|