Support Forum
Hi - Im trying to find out if its possible to add a wordpress field like post_author to a metabox tab section in the admin edit interface.
I have tried:
'fields' = [ [ 'name' = 'Owner ID',
'id' = 'post_author',
'type' = 'number',
'tab' = 'details', ]]