From 6a44c770fc70c922464e5bbb0ff7c2d3036aa274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 23 Oct 2018 21:39:31 -0400 Subject: [PATCH] Give contributors, editors, managers access to Minimal/Title HTML --- config/sync/user.role.contributor.yml | 2 ++ config/sync/user.role.editor.yml | 2 ++ config/sync/user.role.manager.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml index 70acb0a..8965523 100644 --- a/config/sync/user.role.contributor.yml +++ b/config/sync/user.role.contributor.yml @@ -39,4 +39,6 @@ permissions: - 'edit terms in tags' - 'skip comment approval' - 'use exclude node title' + - 'use text format minimalhtml' + - 'use text format minimalhtmltitle' - 'view the administration theme' diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml index 64097a8..da9121b 100644 --- a/config/sync/user.role.editor.yml +++ b/config/sync/user.role.editor.yml @@ -35,6 +35,8 @@ permissions: - 'revert event revisions' - 'skip comment approval' - 'use exclude node title' + - 'use text format minimalhtml' + - 'use text format minimalhtmltitle' - 'use text format restricted_html' - 'view all revisions' - 'view event revisions' diff --git a/config/sync/user.role.manager.yml b/config/sync/user.role.manager.yml index 89bdefd..d9dce54 100644 --- a/config/sync/user.role.manager.yml +++ b/config/sync/user.role.manager.yml @@ -46,6 +46,8 @@ permissions: - 'revert event revisions' - 'skip comment approval' - 'use exclude node title' + - 'use text format minimalhtml' + - 'use text format minimalhtmltitle' - 'use text format restricted_html' - 'view all revisions' - 'view event revisions'