{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "create-block/convert-to-pdf",
	"version": "1.0.2",
	"title": "Convert To Pdf",
	"category": "widgets",
	"description": "Quickly convert various file formats into high-quality PDF documents for easy sharing and archiving.",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "convert-to-pdf",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"render": "file:./render.php",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}