walter-boente_book-collection/csspageweaver/manifest.json
2026-01-19 22:14:03 +01:00

18 lines
476 B
JSON

{
"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"
]
}