hi there,
is it possible to fetch only pages without images/files in panel?
Since the user should upload an image for each item/page I though I could provide a list with pages without images/files. The pagesdisplay plugin makes that possible theoretically but the query is not right yet - filterBy has no file or filename is not “” is not working. Any idea?
without_image:
headline: ohne Bild
type: pagesdisplay
query: site.index.filterBy('template', '==', 'child').filterBy('filename', '!=', '')