-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.json
53 lines (53 loc) · 1.75 KB
/
config_example.json
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
{
"parser": {
"our_background_textbox_rgb": [ 68 , 114 , 196 ] ,
"our_background_textbox_hex": "0070C0" ,
"maximum_textbox_height": 503732 ,
"slide_master_width": 12192000 ,
"slide_master_height": 6858000 ,
"exported_image_dpi": 144 ,
"exported_width": 1920 ,
"exported_height": 1080 ,
"strict_mode": false
} ,
"image_upload_server": {
"username": "asdf" ,
"password": "asdf" ,
"key": "some_api_key" ,
"endpoint_url": "https://example.com/images/upload"
} ,
"html": {
"base_hosted_url": "https://example.com/hosted/Interactive" ,
"cdn": {
"jquery_ui_css": {
"url": "https://example.com/CDN/jquery-ui.css" ,
"integrity": "sha256-RPilbUJ5F7X6DdeTO6VFZ5vl5rO5MJnmSk4pwhWfV8A="
} ,
"jquery_ui_js": {
"url": "https://example.com/CDN/jquery-ui.min.js" ,
"integrity": "sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
} ,
"jquery_js": {
"url": "https://example.com/CDN/jquery-3.6.0.min.js" ,
"integrity": "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
} ,
"bootstrap_css": {
"url": "https://example.com/CDN/bootstrap.min.css" ,
"integrity": "sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
} ,
"bootstrap_bundle": {
"url": "https://example.com/CDN/bootstrap.bundle.min.js" ,
"integrity": "sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
} ,
"interactive_typing_js": "https://example.com/CDN/interactive_typing.js" ,
"interactive_drag_and_drop_js": "https://example.com/CDN/interactive_drag_and_drop.js"
} ,
"image_scale_percentage": 60 ,
"unanswered_color": "red" ,
"answered_color": "#13E337" ,
"text_color": "white" ,
"text_font": "17px Arial" ,
"text_x_offset_factor": 2 ,
"text_y_offset_factor": 3
}
}