{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "citekit/bibliography",
	"version": "3.0.0",
	"title": "Bibliography by CiteKit",
	"category": "citekit",
	"icon": "list-view",
	"description": "Add citations, references, and footnotes to your post and automatically generate a formatted bibliography. Supports APA, MLA, Chicago, Harvard, and IEEE styles.",
	"keywords": ["bibliography", "references", "footnotes", "works cited", "sources", "apa", "mla"],
	"textdomain": "reference-manager",
	"attributes": {
		"style": {
			"type": "string",
			"default": ""
		},
		"title": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"multiple": false,
		"inserter": true
	},
	"editorScript": "citekit-block-bibliography-editor",
	"viewScript": false
}
