How can I create a role, that only can create drafts but cannot publish?

Hello everyone,

I am testing the strapi demo version right now and I am wondering, how the super admin can create a role, that is able to create drafts of articles, but cannot publish the articles? I want another role (e.g. the super admin) to be the only role for publishing articles. Is that doable in Strapi, and if yes, what do I need to configure in the settings?

Might be part of their enterprise license as you get granular rbac control. The community edition does not feature this :blush:

But in the community edition, the default permissions for the author don’t allow it to publish, while the editor can publish, do I understand it correctly? :slight_smile: