PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 0.0.13
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v0.0.13
2.12.7 2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 All 97 releases
sureforms / inc / blocks / sform / block.json

block.json in SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz 0.0.13, at inc/blocks/sform/block.json

42 lines 766 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://json.schemastore.org/block.json",
3 "apiVersion": 2,
4 "name": "srfm/form",
5 "title": "Form",
6 "description": "Collect and Manage data effortlessly with customizable SureForms.",
7 "category": "sureforms",
8 "keywords": [ "form", "sureforms", "form" ],
9 "textdomain": "sureforms",
10 "supports": {
11 "reusable": false,
12 "html": false
13 },
14 "attributes": {
15 "isPreview": {
16 "type": "boolean",
17 "default": false
18 },
19 "showTitle": {
20 "type": "boolean",
21 "default": false
22 },
23 "id": {
24 "type": "number"
25 },
26 "title": {
27 "type": "string"
28 },
29 "choices": {
30 "type": "array"
31 },
32 "template": {
33 "type": "string"
34 },
35 "choice_type": {
36 "type": "string",
37 "enum": [ "all", "checkbox", "radio" ],
38 "default": "all"
39 }
40 }
41 }
42