walter-boente_book-collection/csspageweaver/manifest.json

19 lines
462 B
JSON
Raw Normal View History

2026-01-19 22:14:03 +01:00
{
2026-01-19 23:14:58 +01:00
"plugins": ["baseline","grid","marginBox","imposition","spread","previewPage","reloadInPlace","fullPage"],
2026-01-19 22:14:03 +01:00
"pluginsParameters":{},
"css": [
"css/style.css"
],
"pluginsParameters": {
"inlineNotes": {
"input": ".footnote-ref",
"containerNotes": ".footnotes"
}
},
"hook": [
"/js/custom-handler-example-1.js",
"/js/custom-handler-example-2.js"
]
}