walter-boente_book-collection/csspageweaver/manifest.json

19 lines
476 B
JSON
Raw Normal View History

2026-01-19 22:14:03 +01:00
{
"plugins": ["baseline","grid","marginBox","imposition","spread","previewPage","reloadInPlace","fullPage","inlineNotes"],
"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"
]
}