Skip to content

Add onPageLayout hook

Fred Chasen requested to merge on_page_layout into main

Adds a onPageLayout(pageWrapper, breakToken, layout) hook which triggers when a page layout is starting.

  • pageWrapper is the element content is rendered into.
  • breakToken is the token that the page layout is starting with.
  • layout is a reference to the layout instance for the page.

Merge request reports