# contact-forms/2.2.4/block-editor/block.json

Contact Forms by Cimatti, version 2.2.4. 24 lines.

- Page: https://pluginprobe.com/plugins/contact-forms/2.2.4/code/block-editor/block.json
- Raw: https://pluginprobe.com/plugins/contact-forms/2.2.4/raw/block-editor/block.json
- Modified: 2026-04-08T09:49:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/contact-forms/2.2.4/code/block-editor/block.json#L10-L20`.

```json
{
	"$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"
}

```
