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'