i’m creating a panel plugin that should display content from a selected page inside a custom block preview.
this.content.selectedPage inside the vue component gets me an object with minimal info like title, id and image, but i nee another field’s value – what’s the panel plugin equivalent to the toPage method?
Or, shameless plug, Kirby implements custom api models. This way you could add your field to the properties that kirby sends by default for pages and you wouldn’t need another request.