This commit is contained in:
Oleg Mokhov
2015-06-20 12:26:08 +03:00
committed by mokhov
parent a716969f4e
commit f3546ef3a5
85 changed files with 16682 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
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
}
]
}