From a8b72639e84d5c58a8d1ac5cf9d39bdbdf01ef92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 12 Sep 2022 16:32:03 -0400 Subject: [PATCH] Switch comments to plain markdown --- config/field.field.comment.comment.comment_body.yml | 2 +- config/user.role.anonymous.yml | 2 ++ config/user.role.authenticated.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/field.field.comment.comment.comment_body.yml b/config/field.field.comment.comment.comment_body.yml index 23d916d..19de05c 100644 --- a/config/field.field.comment.comment.comment_body.yml +++ b/config/field.field.comment.comment.comment_body.yml @@ -11,7 +11,7 @@ dependencies: third_party_settings: allowed_formats: allowed_formats: - - minimalhtml + - markdown _core: default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs id: comment.comment.comment_body diff --git a/config/user.role.anonymous.yml b/config/user.role.anonymous.yml index 18a6ecf..8010d25 100644 --- a/config/user.role.anonymous.yml +++ b/config/user.role.anonymous.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: config: + - filter.format.markdown - filter.format.minimalhtml - filter.format.restricted_html module: @@ -28,6 +29,7 @@ permissions: - 'post comments' - 'subscribe to comments' - 'use exclude node title' + - 'use text format markdown' - 'use text format minimalhtml' - 'use text format restricted_html' - 'view media' diff --git a/config/user.role.authenticated.yml b/config/user.role.authenticated.yml index b202fed..850ecd5 100644 --- a/config/user.role.authenticated.yml +++ b/config/user.role.authenticated.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - filter.format.basic_html + - filter.format.markdown - filter.format.minimalhtml module: - coffee @@ -35,5 +36,6 @@ permissions: - 'subscribe to comments' - 'use exclude node title' - 'use text format basic_html' + - 'use text format markdown' - 'use text format minimalhtml' - 'view media'