raphaeldas

Results 2 comments of raphaeldas

You can use `rendition.display([page]);` See documentation: https://github.com/futurepress/epub.js/blob/master/documentation/md/API.md#display

For everyone interested: I solved this problem by adjust the controller of the desired single-type: ``` javascript // Original Controller: // module.exports = createCoreController('api::demo-type.demo-type'); module.exports = createCoreController('api::demo-type.demo-type', ({ strapi })...