Skip to content

Set marginal content to clone once instead of per page

Fred Chasen requested to merge marginTweak into main

afterPageLayout called after each page. Generally will clone the cloned element present on page 1. If, somehow, an element matching something declared as marginal content is present on 2nd (or greater) page, it would clone that instead. After changes, set the clone target once to avoid such issues.

In my case, I have custom logic to rebuild grid columns that's causing marginal content cloning issues.

By Angela Liu on 2021-09-01T21:46:10 (imported from GitLab)

Merge request reports