Files
simple-bookreader/build/index/index.btjson.js
Oleg Mokhov f3546ef3a5 Release
2015-06-20 14:48:34 +05:00

37 lines
964 B
JavaScript

module.exports = {
"block": "y-page",
"title": "Я.Читалка",
"styles": [
{"url": "index.css"}
],
"scripts": [
{"url": "index.{lang}.js"}
],
"body": [
{
block: 'y-block'
},
{
block: 'jquery'
},
{
"block": "chitalka-ui",
"book": {
"block": "chitalka-fb2",
"url": "i/Anna-Karenina.fb2.zip",
"progress": true,
"footnotes": "appendix",
"pages": "auto"
},
"progress": "read",
"progress_bar": true,
"controls": {
// Если параметр не передается - выставляем true иначе выставляем то, что передается
"zoom": true,
"arrows": true
},
"annotations": true
}
]
}