PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 3.0.0
JetFormBuilder — Dynamic Blocks Form Builder v3.0.0
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 / media-field / block.json
jetformbuilder / assets / blocks-src / media-field Last commit date
block.json 3 years ago
block.json
101 lines
1 {
2 "apiVersion": 2,
3 "name": "jet-forms/media-field",
4 "category": "jet-form-builder-fields",
5 "keywords": [
6 "jetformbuilder",
7 "field",
8 "media",
9 "image",
10 "file"
11 ],
12 "textdomain": "jet-form-builder",
13 "supports": {
14 "customClassName": false,
15 "html": false
16 },
17 "title": "Media Field",
18 "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\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M60 16H4C2.89543 16 2 16.8954 2 18V38C2 39.1046 2.89543 40 4 40H60C61.1046 40 62 39.1046 62 38V18C62 16.8954 61.1046 16 60 16ZM4 14C1.79086 14 0 15.7909 0 18V38C0 40.2091 1.79086 42 4 42H60C62.2091 42 64 40.2091 64 38V18C64 15.7909 62.2091 14 60 14H4Z\" fill=\"#162B40\"/><rect x=\"22.9474\" y=\"27.9474\" width=\"34.1053\" height=\"27.1822\" rx=\"1.82186\" fill=\"#4AF3BA\" stroke=\"#162B40\" stroke-width=\"1.89474\"/><path d=\"M34.4615 46.3847L36.9393 43.8672L39.417 46.3847L42.8239 42.9231L46.2308 46.3847\" stroke=\"#162B40\" stroke-width=\"1.38462\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"39.6538\" cy=\"38.4231\" r=\"1.73077\" stroke=\"#162B40\" stroke-width=\"1.38462\"/></svg>",
19 "attributes": {
20 "validation": {
21 "type": "object",
22 "default": {
23 "messages": {
24 "max_size": "Maximum file size: %max_size%"
25 }
26 }
27 },
28 "allowed_user_cap": {
29 "type": "string",
30 "default": ""
31 },
32 "insert_attachment": {
33 "type": "boolean",
34 "default": false
35 },
36 "value_format": {
37 "type": "string",
38 "default": ""
39 },
40 "max_files": {
41 "type": "number",
42 "default": null
43 },
44 "max_size": {
45 "type": "number",
46 "default": null
47 },
48 "allowed_mimes": {
49 "type": "array",
50 "default": []
51 },
52 "label": {
53 "type": "string",
54 "default": "",
55 "jfb": {
56 "shortcode": true
57 }
58 },
59 "name": {
60 "type": "string",
61 "default": "field_name"
62 },
63 "desc": {
64 "type": "string",
65 "default": "",
66 "jfb": {
67 "shortcode": true
68 }
69 },
70 "required": {
71 "type": "boolean",
72 "default": false
73 },
74 "add_prev": {
75 "type": "boolean",
76 "default": false
77 },
78 "prev_label": {
79 "type": "string",
80 "default": "",
81 "jfb": {
82 "shortcode": true
83 }
84 },
85 "visibility": {
86 "type": "string",
87 "default": ""
88 },
89 "class_name": {
90 "type": "string",
91 "default": ""
92 },
93 "className": {
94 "type": "string",
95 "default": ""
96 }
97 },
98 "usesContext": [
99 "jet-forms/repeater-field--name"
100 ]
101 }