{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 1, "name": "convertkit/form", "title": "Kit Form", "category": "kit", "description": "Displays a Kit Form.", "keywords": [ "form", "embed", "subscriber", "email", "convertkit" ], "textdomain": "convertkit", "attributes": { "form": { "type": "string" }, "is_gutenberg_example": { "type": "boolean", "default": false } }, "supports": { "className": true }, "editorScript": "convertkit-gutenberg" }