Skip to content

Commit 81bfd6e

Browse files
committed
Updated config templates
1 parent 88d1588 commit 81bfd6e

9 files changed

+215
-120
lines changed
Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,37 @@
11
{
22
"email": {
3-
"settings": {
4-
"username": "",
5-
"password": "",
6-
"smtp": "",
7-
"port": ""
8-
},
93
"metadata": {
4+
"callback": null,
105
"enabled": true,
116
"name": "Email",
127
"file": "vfxCTK_config_email",
138
"description": "etc"
9+
},
10+
"settings": {
11+
"username": {
12+
"data_type": "string",
13+
"callback": null,
14+
"tooltip": "misc",
15+
"value": null
16+
},
17+
"password": {
18+
"data_type": "string",
19+
"callback": null,
20+
"tooltip": "misc",
21+
"value": null
22+
},
23+
"smtp": {
24+
"data_type": "string",
25+
"callback": null,
26+
"tooltip": "misc",
27+
"value": null
28+
},
29+
"port": {
30+
"data_type": "int",
31+
"callback": null,
32+
"tooltip": "misc",
33+
"value": null
34+
}
1435
}
1536
}
16-
}
37+
}
Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
{
22
"filesystem": {
3-
"settings": {
4-
"posix_prefix": "",
5-
"incoming_root": "",
6-
"project_tree_root": ""
7-
},
83
"metadata": {
4+
"callback": null,
95
"enabled": true,
106
"name": "File System",
117
"file": "vfxCTK_config_filesystem",
128
"description": "etc"
9+
},
10+
"settings": {
11+
"project_tree_root": {
12+
"data_type": "path",
13+
"callback": null,
14+
"tooltip": "misc",
15+
"value": null
16+
},
17+
"posix_prefix": {
18+
"data_type": "path",
19+
"callback": null,
20+
"tooltip": "misc",
21+
"value": null
22+
}
1323
}
1424
}
15-
}
25+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"fml": {
3-
"settings": {
4-
"rv": ""
5-
},
63
"metadata": {
4+
"callback": null,
75
"enabled": true,
86
"name": "FML",
97
"file": "vfxCTK_config_fml",
108
"description": "etc"
9+
},
10+
"settings": {
11+
"rv": {
12+
"data_type": "path",
13+
"callback": null,
14+
"tooltip": "misc",
15+
"value": null
16+
}
1117
}
1218
}
1319
}
Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
{
22
"ingestIt": {
3-
"settings": {
4-
"vendor_mapping": {
5-
"SL_MC": {
6-
"shortName": "SL_MC",
7-
"name": "Scanline Munich",
8-
"id": 185
9-
},
10-
"DD": {
11-
"shortName": "DD",
12-
"name": "Digital Domain",
13-
"id": 89
14-
},
15-
"SL_VC": {
16-
"shortName": "SL_VC",
17-
"name": "Scanline Vancouver",
18-
"id": 138
19-
},
20-
"MG": {
21-
"shortName": "MG",
22-
"name": "Macrograph",
23-
"id": 177
24-
}
25-
},
26-
"email_recipients": [
27-
""
28-
]
29-
},
303
"metadata": {
4+
"callback": null,
315
"enabled": true,
326
"name": "Ingest It",
337
"file": "vfxCTK_config_ingestIt",
348
"description": "etc"
9+
},
10+
"settings": {
11+
"vendor_mapping": {
12+
"data_type": "dict",
13+
"callback": null,
14+
"type": "Group",
15+
"tooltip": "misc",
16+
"value": {
17+
"shortName": null,
18+
"id": null,
19+
"name": null
20+
}
21+
},
22+
"email_recipients": {
23+
"data_type": "list",
24+
"callback": null,
25+
"type": "Group",
26+
"tooltip": "misc",
27+
"value": null
28+
},
29+
"incoming_root": {
30+
"data_type": "path",
31+
"callback": null,
32+
"type": "Group",
33+
"tooltip": "misc",
34+
"value": null
35+
}
3536
}
3637
}
37-
}
38+
}
Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
11
{
22
"mailIt": {
3+
"settings": {
4+
"sequence_whitelist": {
5+
"data_type": "list",
6+
"callback": null,
7+
"tooltip": "misc",
8+
"value": null
9+
},
10+
"recipients_by_vendor": {
11+
"data_type": "dict",
12+
"callback": null,
13+
"type": "Group",
14+
"tooltip": "misc",
15+
"value": {
16+
"vendor": null,
17+
"name": null
18+
}
19+
},
20+
"recipients": {
21+
"data_type": "list",
22+
"callback": null,
23+
"tooltip": "misc",
24+
"value": null
25+
}
26+
},
327
"metadata": {
28+
"callback": null,
429
"enabled": true,
530
"name": "Mail It",
631
"file": "vfxCTK_config_mailIt",
732
"description": "etc"
8-
},
9-
"settings": {
10-
"rv": "",
11-
"sequence_whitelist": [
12-
""
13-
],
14-
"recipients_by_vendor": {
15-
"Digital Domain": [
16-
17-
]
18-
},
19-
"recipients": [
20-
21-
]
2233
}
2334
}
24-
}
35+
}
Lines changed: 41 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,50 @@
11
{
22
"mrFilmOut": {
3-
"settings": {
4-
"dropbox": {
5-
"access_token": "",
6-
"namespace_id": ""
7-
},
8-
"dropbox_root_prefix": "to_DI",
9-
"default_write_location": "",
10-
"email_recipients": [
11-
""
12-
],
13-
"delivery_destinations": [
14-
{
15-
"type": "Group",
16-
"id": 16,
17-
"name": "DI_House"
18-
}
19-
]
20-
},
213
"metadata": {
4+
"callback": null,
225
"enabled": true,
236
"name": "MrFilmOut",
247
"file": "vfxCTK_config_mrFilmOut",
258
"description": "etc"
9+
},
10+
"settings": {
11+
"delivery_destinations": {
12+
"data_type": "list_entities",
13+
"callback": null,
14+
"type": "Group",
15+
"tooltip": "misc",
16+
"value": {
17+
"id": null,
18+
"name": null
19+
}
20+
},
21+
"dropbox": {
22+
"data_type": "dict",
23+
"callback": null,
24+
"tooltip": "misc",
25+
"value": {
26+
"access_token": null,
27+
"namespace_id": null
28+
}
29+
},
30+
"dropbox_root_prefix": {
31+
"data_type": "string",
32+
"callback": null,
33+
"tooltip": "misc",
34+
"value": null
35+
},
36+
"default_write_location": {
37+
"data_type": "path",
38+
"callback": null,
39+
"tooltip": "misc",
40+
"value": null
41+
},
42+
"email_recipients": {
43+
"data_type": "list",
44+
"callback": null,
45+
"tooltip": "misc",
46+
"value": null
47+
}
2648
}
2749
}
28-
}
50+
}
Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
22
"push": {
3-
"settings": {
4-
"token": "",
5-
"user": ""
6-
},
73
"metadata": {
4+
"callback": null,
85
"enabled": true,
96
"name": "Push Notifications",
107
"file": "vfxCTK_config_push",
118
"description": "etc"
9+
},
10+
"settings": {
11+
"token": {
12+
"data_type": "string",
13+
"callback": null,
14+
"tooltip": "misc",
15+
"value": null
16+
},
17+
"user": {
18+
"data_type": "string",
19+
"callback": null,
20+
"tooltip": "misc",
21+
"value": null
22+
}
1223
}
1324
}
14-
}
25+
}
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"reports": {
3-
"settings": {
4-
"recipients": [
5-
6-
]
7-
},
83
"metadata": {
4+
"callback": null,
95
"enabled": true,
106
"name": "Reports",
117
"file": "vfxCTK_config_reports",
128
"description": "etc"
9+
},
10+
"settings": {
11+
"recipients": {
12+
"data_type": "list",
13+
"callback": null,
14+
"tooltip": "misc",
15+
"value": null
16+
}
1317
}
1418
}
1519
}

0 commit comments

Comments
 (0)