kirby-panel-prevnext icon indicating copy to clipboard operation
kirby-panel-prevnext copied to clipboard

option to filter collection

Open bnomei opened this issue 6 years ago • 0 comments

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() { .. });

bnomei avatar Aug 08 '17 07:08 bnomei