kirby-deprecated-plugins / kirby-panel-prevnext

A Kirby CMS plugin for panel siblings navigation
26 stars 4 forks source link

option to filter collection #2

Open bnomei opened 7 years ago

bnomei commented 7 years ago

recent usecase using autopublish and having 'hidden' not visible pages. would have needed a filter for prev/next collection to exclude all not visible pages. could be done with a simple setting for filter method.

https://getkirby.com/docs/cookbook/filtering#filtering-by-methods

c::set('plugin.prevnext.filter', function() { .. });