I’m trying to filter the posts on my homepage by post access level - I only want the public content to appear, not the membership content. Does anyone know the syntax for this?
I’ve been guessing it might be something like:
collections:
/:
permalink: /{slug}/
template: index
filter: post_access:public
…but so far all I get is the 404 of doom.
Note: have also tried ‘visibility:free’ and ‘visibility:public’.