PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 3.0.8
JetFormBuilder — Dynamic Blocks Form Builder v3.0.8
3.6.3.1 3.6.3 3.6.2.2 3.6.2.1 3.6.2 3.6.1.1 3.6.1 3.6.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.10 2.1.11 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 3.0.0 3.0.0.1 3.0.0.2 3.0.0.3 3.0.1 3.0.1.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.0.1 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.3.1 3.3.4 3.3.4.1 3.3.4.2 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.5.1 3.4.5.2 3.4.6 3.4.7 3.4.7.1 3.5.0 3.5.1 3.5.1.1 3.5.1.2 3.5.2 3.5.2.1 3.5.3 3.5.4 3.5.5 3.5.6 3.5.6.1 3.5.6.2 3.5.6.3 3.6.0
jetformbuilder / assets / blocks-src / textarea-field / block.json
jetformbuilder / assets / blocks-src / textarea-field Last commit date
block.json 3 years ago
block.json
91 lines
1 {
2 "apiVersion": 2,
3 "name": "jet-forms/textarea-field",
4 "category": "jet-form-builder-fields",
5 "keywords": [
6 "jetformbuilder",
7 "field",
8 "textarea"
9 ],
10 "textdomain": "jet-form-builder",
11 "supports": {
12 "customClassName": false,
13 "html": false
14 },
15 "title": "Textarea Field",
16 "icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"64\" height=\"64\" fill=\"white\"/><rect x=\"6\" y=\"6\" width=\"52\" height=\"52\" rx=\"3\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"52\" y=\"1\" width=\"11\" height=\"11\" rx=\"1\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"52\" y=\"52\" width=\"11\" height=\"11\" rx=\"1\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"1\" y=\"1\" width=\"11\" height=\"11\" rx=\"1\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"1\" y=\"52\" width=\"11\" height=\"11\" rx=\"1\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><path d=\"M43 20.581C44.1046 20.581 45 19.6856 45 18.581V17C45 15.8954 44.1046 15 43 15H20C18.8954 15 18 15.8954 18 17V18.581C18 19.6856 18.8954 20.581 20 20.581H28.3686V48C28.3686 49.1046 29.264 50 30.3686 50H32.6092C33.7138 50 34.6092 49.1046 34.6092 48L34.6092 20.581H43Z\" fill=\"#6F8BFF\" stroke=\"#162B40\" stroke-width=\"2\"/></svg>",
17 "attributes": {
18 "value": {
19 "type": "object",
20 "default": {}
21 },
22 "validation": {
23 "type": "object",
24 "default": {}
25 },
26 "minlength": {
27 "type": "number",
28 "default": ""
29 },
30 "maxlength": {
31 "type": "number",
32 "default": ""
33 },
34 "label": {
35 "type": "string",
36 "default": "",
37 "jfb": {
38 "shortcode": true
39 }
40 },
41 "name": {
42 "type": "string",
43 "default": "field_name"
44 },
45 "desc": {
46 "type": "string",
47 "default": "",
48 "jfb": {
49 "shortcode": true
50 }
51 },
52 "default": {
53 "type": "string",
54 "default": ""
55 },
56 "placeholder": {
57 "type": "string",
58 "default": ""
59 },
60 "required": {
61 "type": "boolean",
62 "default": false
63 },
64 "add_prev": {
65 "type": "boolean",
66 "default": false
67 },
68 "prev_label": {
69 "type": "string",
70 "default": "",
71 "jfb": {
72 "shortcode": true
73 }
74 },
75 "visibility": {
76 "type": "string",
77 "default": ""
78 },
79 "class_name": {
80 "type": "string",
81 "default": ""
82 },
83 "className": {
84 "type": "string",
85 "default": ""
86 }
87 },
88 "usesContext": [
89 "jet-forms/repeater-field--name"
90 ]
91 }