{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "citekit/footnotes",
	"version": "3.1.0",
	"title": "Footnotes by CiteKit",
	"category": "citekit",
	"icon": "editor-ol",
	"description": "Render the list of footnotes collected from [footnote] shortcodes or CiteKit Footnote toolbar tokens earlier in the post. Supports hover popups, auto-numbering, and back-links. Place at the end of your post. Not the same as WordPress core's built-in Footnotes block.",
	"keywords": ["footnotes", "notes", "endnotes", "citekit", "references"],
	"textdomain": "reference-manager",
	"attributes": {
		"title": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"multiple": false,
		"inserter": true
	},
	"editorScript": "citekit-block-footnotes-editor",
	"viewScript": false
}
