I have two different kinds of pages that can be added through the home page:
event and feature
is it possible to filter the children of the home page only for ‘event’ children?
for example: this is the home page yml:
title: Home
sections:
events:
type: pages
template: event
features:
type: pages
template: feature
I must use this? or there’s an easier way?
Thanks!