I try Strapi to build a marketplace with a SuperAdmin user. SuperAdmin can create users (sellers) of role "author". Sellers can then manage (CRUD) their contents (products). But now the sellers cannot publish the contents while publishing authorization is on "editor" role by default in Strapi. In my case, I do not need to have editor role. The idea is that the "Seller A" should not see contents of "Seller B".


