From 139273ea8fe9aacf3c883a6fc733ac391b110759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 26 Dec 2018 19:23:42 -0500 Subject: [PATCH] Give access to the minimal HTML format to everyone --- config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index d5384b0..ad4c707 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -15,4 +15,5 @@ permissions: - 'access site-wide contact form' - 'post comments' - 'use exclude node title' + - 'use text format minimalhtml' - 'use text format restricted_html' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 31150ec..cec6f7e 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -21,3 +21,4 @@ permissions: - 'skip comment approval' - 'use exclude node title' - 'use text format basic_html' + - 'use text format minimalhtml'