Skip to content

Add settings options in previewer, chunker and layout

Boris Budini requested to merge add_previewer_settings into master

Adds setting to the Previewer, and down to the Chunker and Layout

for @nicolast, addeds the possibility to change the hyphen glyph in the pagedConfig with:

window.pagedConfig = { 
        settings: { hyphenGlyph: "-" }
}
Edited by Boris Budini

Merge request reports