Managing a field from both page panel and site panel

Is it possible to manage the same field from both a page’s blueprint and also the site’s blueprint? Specifically, I have a slideshow field that for maximum findability I want to exist on the panel for the page it is on, but also on the main site panel.

I know there is something similar that can be done i.e. with the notes demo and using parent: site.find("notes"), but the case I am describing is a little different because you are editing a specific field from a page. Thank you for your help!

No, that’s not possible. Field in site are stored in site.txt, not in some other page. You could fiddle around with hooks but I’d not recommend it, as this can easily end up in a mess. What are you after?

OK thank you, it’s not too big an issue but I wanted to do it if it was possible.

My panel users are not totally tech savvy and I am simply trying to make everything as obvious and unhidden as I can. For that reason I am making as much of the main content (posts, newsletters, etc) manageable from the main site panel. The field in question is to manage the photos for the site’s photo gallery page. I will just make a choice about where the field will live in the panel and if it is in the gallery page panel, I will add a link on the site panel that helps users find it.