I create a CPT with a custom capability.
I create few custom fields for this CPT.
I create a role where a grant access to all the custom capabilities fot this CPT.
With this role I cannot see the custom fields in the editor.
If I grant "edit_other_posts" to this role, I can see the custom fields, but I don't want to grant this because it's general and then it's granted another plugins that I have.
How can I see the custom fields for this role without have to grant "edit_other_psts"?
Thank You