mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Default to using Bootstrap 3 pagination.
L5.6 introduced Bootstrap 4 validation. While it is likely our pagination is all custom and is using the Storm UI, just to be safe, we'll make sure pagination is using Bootstrap 3 classes in all circumstances to retain current functionality. This should have no effect on simple pagination, which is overriden with our custom template on the next line.
This commit is contained in:
parent
12f5c1794e
commit
c7b85fcd6e
@ -94,6 +94,7 @@ class ServiceProvider extends ModuleServiceProvider
|
||||
}
|
||||
}
|
||||
|
||||
Paginator::useBootstrapThree();
|
||||
Paginator::defaultSimpleView('system::pagination.simple-default');
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user