{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "contact-forms/form-selector", "title": "Contact Form", "category": "widgets", "icon": "email-alt", "description": "Display a contact form created with Contact Forms by Cimatti.", "keywords": [ "form", "contact", "email", "cimatti" ], "textdomain": "contact-forms", "attributes": { "formId": { "type": "integer", "default": 0 } }, "supports": { "html": false, "multiple": true }, "editorScript": "contact-forms-block-editor", "render": "file:./render.php" }