Is it possible to somehow give panel a blueprint from code? What I mean - instead of loading yaml file, the panel should run some code-in this case a database query-and get the blueprint that way?
(I assume that yaml is internally converted to json upon loading)