I have created a custom editing tab in my custom blueprint for a client. I would like to move Taxonomies (of which I have only declared the Tags field) into my new tab. The docs cover replacing, unsetting etc but not repositioning (it seems).
I think I could undefine the field and then copy it into my new tab as a new field but this seems repetitive. I tried import@ but it didn't work, possibly because I wasn't referencing the Taxonomies field properly.
I also tried overriding it in my custom blueprint (options.fields.taxonomies.header.taxonomy) and setting ordering@ but that had no effect either.
I suspect there is a simpler way to simply move the field.

