{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "create-block/flatten-pdf",
	"version": "1.0.1",
	"title": "Flatten Pdf",
	"category": "widgets",
	"description": "Effortlessly merge layers and annotations into a single, streamlined PDF with Flatten PDF. Make sharing, storing, and viewing your documents simple and hassle-free while preserving layout integrity and compatibility.",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "flatten-pdf",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php",
	"viewScript": "file:./view.js"
}