-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties.js.download
22 lines (22 loc) · 987 Bytes
/
properties.js.download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
var properties =
{ "default.language" : "en",
"use.stemming" : "false",
"webhelp.enable.scroll.to.search.term" : "no",
"webhelp.enable.search.autocomplete" : "true",
"webhelp.enable.search.kuromoji.js" : "true",
"webhelp.enable.sticky.header" : "yes",
"webhelp.enable.sticky.publication.toc" : "yes",
"webhelp.enable.sticky.topic.toc" : "yes",
"webhelp.enable.template.js.module.loading" : "no",
"webhelp.language" : "en",
"webhelp.publication.toc.links" : "chapter",
"webhelp.publication.toc.tooltip.position" : "right",
"webhelp.search.default.operator" : "or",
"webhelp.search.enable.pagination" : "true",
"webhelp.search.page.numberOfItems" : "10",
"webhelp.search.ranking" : "true",
"webhelp.show.full.size.image" : "true",
"webhelp.show.main.page.tiles" : "no",
"webhelp.show.main.page.toc" : "yes",
"webhelp.top.menu.depth" : "3",
"webhelp.topic.collapsible.elements.initial.state" : "expanded" };