forked from chungchunwang/Budibase-File-Repeater
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
68 lines (68 loc) · 1.82 KB
/
schema.json
File metadata and controls
68 lines (68 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"type": "component",
"metadata": {},
"schema": {
"name": "Budibase-File-Repeater",
"friendlyName": "Budibase File Repeater",
"description": "A repeater for file entries generated with Budibase File Upload.",
"icon": "JourneyData",
"hasChildren": true,
"info": "Created by chungchunwang on GitHub at: https://github.com/chungchunwang/Budibase-File-Repeater. You can find detailed instructions there. Please report any issues or feature requests to the GitHub repo (or perhaps star!).",
"settings": [
{
"type": "text",
"key": "data",
"label": "Data"
},
{
"type": "boolean",
"key": "encodingProtection",
"label": "Encoding Protection - Resolves Budibase Bug #8826 For SQL Databases - Recommended",
"defaultValue": true
}
],
"context": [
{
"type": "static",
"values": [
{
"label": "Data URL",
"key": "dataURL",
"type": "string",
"defaultValue": ""
},
{
"label": "Blob URL",
"key": "blobURL",
"type": "string",
"defaultValue": ""
},
{
"label": "Name",
"key": "name",
"type": "string",
"defaultValue": ""
},
{
"label": "Type",
"key": "type",
"type": "string",
"defaultValue": ""
},
{
"label": "Size",
"key": "size",
"type": "number",
"defaultValue": ""
},
{
"label": "Row Index",
"key": "rowIndex",
"type": "number",
"defaultValue": ""
}
]
}
]
}
}