Hallo,
On the forum I stumbled on Using blueprints in new panel areas - General - Kirby (getkirby.com) with the recommendation to duplicate the site view and pass a new blueprint.
So, I’ve created a new plugin that replicate the site view but now I’m stuck with the blueprint part.
Site view data is part of App::instance()
, right? So I need to add my own set of data (based on a blueprint) to the Kirby\CMS\App object and then retrieve the data with something like:
App::instance()->mydata(); #including panel and view
right?
But how?
Thank in advance for your help