mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
18 lines
375 B
JSON
18 lines
375 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 3,
|
||
|
"name": "core/footnotes",
|
||
|
"title": "Footnotes",
|
||
|
"category": "text",
|
||
|
"description": "",
|
||
|
"keywords": [ "references" ],
|
||
|
"textdomain": "default",
|
||
|
"usesContext": [ "postId", "postType" ],
|
||
|
"supports": {
|
||
|
"html": false,
|
||
|
"multiple": false,
|
||
|
"reusable": false
|
||
|
},
|
||
|
"style": "wp-block-footnotes"
|
||
|
}
|