mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 11:20:28 +01:00
9f33966e4e
Includes miscellaneous bug fixes and enhancements to the Library task (#58579). Props andrewserong, ramonopoly. Fixes #58745. Built from https://develop.svn.wordpress.org/trunk@56205 git-svn-id: http://core.svn.wordpress.org/trunk@55717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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"
|
|
}
|