hi,
on kirby panel source: search.vue file:
map_pages(item) {
return {
id: item.id,
title: item.title,
link: this.$api.pages.link(item.id),
info: item.id
};
},
i need to display another field from the page⦠i know shouldnt touch kirby src but⦠how can i fetch some other field?
thanks