Hello, I'm creating a site with a CPT (Products) and Taxonomy (Product Type).
I'm using "Members" by memberpress to create a "Data Entry" role with permissions to edit the Product and 'Product Type' only.
It works fine except for one thing. When they edit a "Product", they cannot set any of the Taxonomies, they are all greyed out.
It turns out that the reason is the default permission required for adding Taxonomies to a Post is 'edit_post', even for a CPT.
With MetaBox, there is no UI option to change the 'capabilities' for the taxonomy.
With ACF, there is a permissions tab where I can change the 'capabilities'. I can change the 'Assign Terms Capability' to 'edit_products' and it works perfectly.
I don't want to have to switch to ACF just for this one feature. Is there any way I can change this with MetaBox?