-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enabling pagination only on route config level #19
Comments
I've found a workaround, default configuration is having here is my plugin configuration:
|
I let the issue open, I think that |
Hi, I'm having Internet issues at the moment I won't be able to look at it right now. If you think you've found a way to solve your issue, I would be happy to accept a PR ! |
Hi, |
Hi,
not sure if there is a bug or I can't get the configuration right but I would like to disable pagination by default and only enable it on specific route.
this is what i'm trying:
plugin registration (with glue)
and enabling it on specific route (it's working great):
but on a route without plugins.pagination configured, I have the following error:
manually setting pagination.enabled = false in the route config is working, but I don't want to explicitly disable on route level
and I don't want to maintain a global exclude or include route array in the plugin configuration.
I only want to enable when I need on route configuration level
I'm I doing something wrong?
thanks!
The text was updated successfully, but these errors were encountered: