You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hence the links would also need to respect the generated pagination. So I need to adjust the links generated in ContentNavigationBuilder->collect().
A hook or event would be enough for that.
Would that be an option? I could also create a PR for an event dispatch if you like. At the moment I need to override the content element or create a parseTemplate hook which is not very precise since I need to check for the template name.
Thanks in advance!
Bye Defcon0
The text was updated successfully, but these errors were encountered:
Hello,
at first thanks for the great plugin. It works like a charm 👍
Only one thing bothers me. I use https://github.com/heimrichhannot/contao-news-pagination-bundle which generates a pagination (automatically based on character length or manually based on wrapper content elements) in the
parseArticles
hook.Hence the links would also need to respect the generated pagination. So I need to adjust the links generated in
ContentNavigationBuilder->collect()
.A hook or event would be enough for that.
Would that be an option? I could also create a PR for an event dispatch if you like. At the moment I need to override the content element or create a parseTemplate hook which is not very precise since I need to check for the template name.
Thanks in advance!
Bye Defcon0
The text was updated successfully, but these errors were encountered: