Hi there,
I’m pretty new at Kirby but having a lot of fun playing with it. Really nice coding philosophy but it sometimes a bit hard to find the appropriate documentation
I have two pages type : News and Artists. I would select in my Artist blueprint the News pages wich contains the artist field with the current uid.
I did that :
news:
name: News 2
fields:
article:
type: pages
info: "{{ page.date.toDate('d.m.Y') }}"
query: site.children.template('news').filterBy('artist', {{ uid }})
What should be the right syntax ?
Thanks a lot and have a good day !