PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 1.2.3
JetFormBuilder — Dynamic Blocks Form Builder v1.2.3
3.6.5.1 3.6.5 3.6.4.2 3.6.4.1 3.6.4 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 / wysiwyg-field / block.json
jetformbuilder / assets / blocks-src / wysiwyg-field Last commit date
block.json 5 years ago
block.json
55 lines
1 {
2 "apiVersion": 2,
3 "name": "jet-forms/wysiwyg-field",
4 "category": "jet-form-builder-fields",
5 "keywords": [
6 "jetformbuilder",
7 "field",
8 "wysiwyg",
9 "text"
10 ],
11 "textdomain": "jet-form-builder",
12 "supports": {
13 "customClassName": false,
14 "html": false
15 },
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=\"1\" y=\"15\" width=\"62\" height=\"26\" rx=\"3\" fill=\"#4EFEC3\" stroke=\"#162B40\" stroke-width=\"2\"/><path d=\"M10 34V23H13.7708C15.077 23 16.0678 23.2569 16.7431 23.7706C17.4184 24.2793 17.756 25.0272 17.756 26.0144C17.756 26.5533 17.6205 27.0293 17.3494 27.4423C17.0782 27.8503 16.7012 28.15 16.2181 28.3413C16.7702 28.4824 17.2039 28.7669 17.5194 29.1951C17.8398 29.6232 18 30.147 18 30.7665C18 31.8242 17.6697 32.625 17.0092 33.169C16.3487 33.7129 15.4073 33.9899 14.1848 34H10ZM12.2181 29.2102V32.1793H14.1183C14.6408 32.1793 15.0474 32.0533 15.3383 31.8015C15.634 31.5446 15.7819 31.1921 15.7819 30.7438C15.7819 29.7365 15.2717 29.2253 14.2514 29.2102H12.2181ZM12.2181 27.6085H13.8595C14.9784 27.5884 15.5379 27.1326 15.5379 26.2411C15.5379 25.7424 15.3949 25.3848 15.1091 25.1683C14.8281 24.9467 14.382 24.8359 13.7708 24.8359H12.2181V27.6085Z\" fill=\"#162B40\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.0634 25.2306H32.8394L30.5817 31.8276H32.0422V34.0581H26V31.8276H28.2241L30.4819 25.2306H29.0212V23H35.0634V25.2306Z\" fill=\"#162B40\"/><circle cx=\"44.4385\" cy=\"24.375\" r=\"1.375\" fill=\"#162B40\"/><circle cx=\"44.4385\" cy=\"28.5\" r=\"1.375\" fill=\"#162B40\"/><circle cx=\"44.4385\" cy=\"32.625\" r=\"1.375\" fill=\"#162B40\"/><path d=\"M47.1885 24.375H54.0635\" stroke=\"#162B40\" stroke-width=\"1.375\"/><path d=\"M47.1885 28.5H54.0635\" stroke=\"#162B40\" stroke-width=\"1.375\"/><path d=\"M47.1885 32.625H54.0635\" stroke=\"#162B40\" stroke-width=\"1.375\"/></svg>",
17 "attributes": {
18 "label": {
19 "type": "string",
20 "default": ""
21 },
22 "name": {
23 "type": "string",
24 "default": "field_name"
25 },
26 "desc": {
27 "type": "string",
28 "default": ""
29 },
30 "required": {
31 "type": "boolean",
32 "default": false
33 },
34 "default": {
35 "type": "string",
36 "default": ""
37 },
38 "add_prev": {
39 "type": "boolean",
40 "default": false
41 },
42 "prev_label": {
43 "type": "string",
44 "default": ""
45 },
46 "visibility": {
47 "type": "string",
48 "default": ""
49 },
50 "class_name": {
51 "type": "string",
52 "default": ""
53 }
54 }
55 }