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'