Skip to content

Update new Layout calls to pass chunker settings

Fred Chasen requested to merge pass_layout_settings into main

Updates the changes from !73 (f0fdaeeb) to pass the setting to new Layout calls in Page and Footnotes

Settings like the following will be passed now:

window.PagedConfig = { 
   settings: { hyphenGlyph: "-" }
}

Merge request reports