PluginProbe
Contact Forms by Cimatti / 2.3.6
Contact Forms by Cimatti v2.3.6
2.3.6 2.3.5 2.3.0 2.2.32 2.2.4 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 All 62 releases
contact-forms / block-editor / block.json

block.json in Contact Forms by Cimatti 2.3.6, at block-editor/block.json

24 lines 591 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "contact-forms/form-selector",
5 "title": "Contact Form",
6 "category": "widgets",
7 "icon": "email-alt",
8 "description": "Display a contact form created with Contact Forms by Cimatti.",
9 "keywords": [ "form", "contact", "email", "cimatti" ],
10 "textdomain": "contact-forms",
11 "attributes": {
12 "formId": {
13 "type": "integer",
14 "default": 0
15 }
16 },
17 "supports": {
18 "html": false,
19 "multiple": true
20 },
21 "editorScript": "contact-forms-block-editor",
22 "render": "file:./render.php"
23 }
24