Hello,
I would like to display on the user page only the pages he has created himself.
I have tried it this way but the filtering does not work
draft_events:
headline: Events in Review
type: pages
status: draft
image: false
create: event
sortBy: date desc
info: " {{ page.created.toUser.username }}"
text: " {{ page.title }}"
parent: site.find("veranstaltungen").filterBy(kirby.user.id, 'true')
how do i have to do this ?
greetings perry