-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilder.json
More file actions
86 lines (86 loc) · 2.27 KB
/
builder.json
File metadata and controls
86 lines (86 loc) · 2.27 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"id": "tabs",
"name": "Tabs",
"stub_version": "v0.3.0",
"short_description": "",
"description": "A reusable extension that stores open balances per merchant-defined account and exposes APIs/UI to post entries and settle balances.",
"owner_data": {
"name": "Tabs",
"editable": true,
"fields": [
{
"name": "name",
"type": "str",
"label": "Name",
"hint": "",
"optional": true,
"editable": true,
"searchable": true,
"sortable": true,
"fields": []
}
]
},
"client_data": {
"name": "Settlements",
"editable": true,
"fields": [
{
"name": "name",
"type": "str",
"label": "Name",
"hint": "",
"optional": true,
"editable": true,
"searchable": true,
"sortable": true,
"fields": []
}
]
},
"settings_data": {
"name": "Settings",
"editable": true,
"fields": [
{
"name": "currency",
"type": "str",
"label": "Name",
"hint": "",
"optional": true,
"editable": true,
"searchable": true,
"sortable": true,
"fields": []
}
],
"enabled": true,
"type": "user"
},
"public_page": {
"has_public_page": true,
"owner_data_fields": {
"name": "",
"description": ""
},
"client_data_fields": {
"public_inputs": []
},
"action_fields": {
"generate_action": true,
"generate_payment_logic": false,
"wallet_id": "",
"currency": "",
"amount": "",
"amount_source": null,
"paid_flag": ""
}
},
"preview_action": {
"is_preview_mode": false,
"is_settings_preview": false,
"is_owner_data_preview": false,
"is_client_data_preview": false,
"is_public_page_preview": false
}
}