Edit Content of Subpages in Site Blueprint

In my panel I work with 2 tabs (in the site blueprint), one for all pages and one for the imprint/contact stuff.

site.yml:
tabs:
  content:
    sections:
      pages:
        type: pages
        status: listed
  imprint:
    ...
    
content structure:
1_products
2_about
3_things
error
home
imprint
  |  imprint.txt
    

I would like to be able to edit the content of my imprint page in the “imprint” tab directly. Is there a possibility to fetch and edit fields of the “imprint” page directly in the tab in the site blueprint?

Thank you

No, that’s not possible. If you want to edit this data from the site, you need to store it in the site object. You could leave your imprint content empty and fetch the data from the site object instead of the page.