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