{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "axvart/contact-form-widget", "version": "1.0.0", "title": "Contact Form Widget", "category": "widgets", "icon": "email", "description": "A customizable contact form widget with fields for name, email, subject, and message.", "keywords": [ "contact", "form", "email", "message", "widget" ], "textdomain": "axvart", "supports": { "html": false, "align": [ "wide", "full" ], "spacing": { "margin": true, "padding": true }, "className": true, "customClassName": true, "anchor": true }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }