From b005cd2082b54374188b8a715fb0fe65b5c6e3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9gane=20Lacheny?= Date: Mon, 5 Oct 2020 15:41:11 +0200 Subject: [PATCH] Add note about roles and permissions for Draft and Publish documentation --- docs/v3.x/concepts/draft-and-publish.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/v3.x/concepts/draft-and-publish.md b/docs/v3.x/concepts/draft-and-publish.md index 70d9e794fa..a25e3a01cf 100644 --- a/docs/v3.x/concepts/draft-and-publish.md +++ b/docs/v3.x/concepts/draft-and-publish.md @@ -23,6 +23,10 @@ To deactivate the draft and publish mode for a content type: ## Switching from draft to published content +:::tip NOTE +Publishing content may require specific roles and permissions. For example, in the Community version, the default roles grant permission to editors to publish content, but authors can only create and edit drafts. +::: + By default, each newly created content is a draft, which is indicated on the right of the interface, below the Information box. ![Editing draft version](../assets/concepts/draft-publish/editing_draft_version.png)