-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmenu.json
More file actions
33 lines (33 loc) · 853 Bytes
/
menu.json
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
{
"debug" : false,
"menu_lang" : "en",
"force_mobile_layout" : false,
"mobile_header_font" : "Open Sans",
"mobile_incl_description" : false,
"mobile_incl_extra_description": false,
"mobile_incl_extra_html" : false,
"mobile_incl_footnote": false,
"desktop_header_font" : "Finger Paint",
"desktop_incl_description" : true,
"desktop_incl_extra_description": true,
"desktop_incl_extra_html" : true,
"desktop_incl_footnote": true,
"allow_kiwix_search" : true,
"allow_poweroff" : false,
"poweroff_prompt" : "Power Off",
"autoupdate_menu": true,
"allow_server_time_update" : true,
"multi_tab" : false,
"tab_names" : ["Main"],
"menu_items_1" :
[
"en-oob",
"en-sample",
"en-test_zim",
"en-test_mod",
"en-map_admin",
"en-osm_viewer_v2",
"en-usb",
"en-credits"
]
}