Switch comments to plain markdown

This commit is contained in:
benjamin melançon 2022-09-12 16:32:03 -04:00
parent b8883bc43f
commit a8b72639e8
3 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,7 @@ dependencies:
third_party_settings: third_party_settings:
allowed_formats: allowed_formats:
allowed_formats: allowed_formats:
- minimalhtml - markdown
_core: _core:
default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs
id: comment.comment.comment_body id: comment.comment.comment_body

View file

@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.markdown
- filter.format.minimalhtml - filter.format.minimalhtml
- filter.format.restricted_html - filter.format.restricted_html
module: module:
@ -28,6 +29,7 @@ permissions:
- 'post comments' - 'post comments'
- 'subscribe to comments' - 'subscribe to comments'
- 'use exclude node title' - 'use exclude node title'
- 'use text format markdown'
- 'use text format minimalhtml' - 'use text format minimalhtml'
- 'use text format restricted_html' - 'use text format restricted_html'
- 'view media' - 'view media'

View file

@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
config: config:
- filter.format.basic_html - filter.format.basic_html
- filter.format.markdown
- filter.format.minimalhtml - filter.format.minimalhtml
module: module:
- coffee - coffee
@ -35,5 +36,6 @@ permissions:
- 'subscribe to comments' - 'subscribe to comments'
- 'use exclude node title' - 'use exclude node title'
- 'use text format basic_html' - 'use text format basic_html'
- 'use text format markdown'
- 'use text format minimalhtml' - 'use text format minimalhtml'
- 'view media' - 'view media'