I have a theme "B" which extends "A". This is the first time I've tried theme blueprints. I added a form and field to A's blueprint under form: in themes/a/blueprints.yaml. It does not come up when I am editing B's configuration in Admin's "Themes" menu.
I tried this in themes/b/blueprints.yaml and it didn't work:
form:
extends@: parent@
(in case anyone saw this in the first few minutes after posting, I edited this significantly, please reread)
(filenames corrected too after reading @pamtbaau's first response)
I could guess all kinds of crazy combinations of YAML syntax and might get lucky.
I also looked at events I might hook into but nothing seemed suitable and I don't know what I would change if I found one anyway.
I've extended page templates and blueprints easily enough, but can't find any guidance on theme blueprints.