- Issue created by @longwave
JSON pagers were introduced in 📌 Support paging through multiple requests Needs work . These are implemented as a switch statement inside the JSON parser plugin. There are four pagers included:
✨ Missing implicit pager type Active proposes adding a fifth option to this switch.
Because of the way this is hardcoded into the existing plugin it is not easy to alter the behavior of any of these pager types.
Create a new plugin type for pagers
Convert the existing pagers to plugins
This will allow new pager types, or extensions of existing pager types, to be added in custom code or as contrib modules.
A new plugin manager and plugin type will be created
Active
6.0
Plugins