I've been playing around with the multisite features (which are awesome btw) and noticed that each "child" site has its own plugins and themes directories. This makes total sense if you had a lot of different types of sites you were building and needed different versions of themes/plugins.
I'd love to know if it would be possible to configure Grav to have the child sites inherit themes and plugins from the root user folder. This would be ideal if you wanted to offer sites that all had the same features and theme choices, because it would allow us to update all themes/plugins in one central location and would avoid duplication of a ton of files over and over again when creating new sites. Thoughts? Is this something that could be set up using some Stream configuration in the setup.php file file?