From 4b49012e21c1cb8b7d960fca82c10304441b2304 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 8 Apr 2024 23:21:20 +0100 Subject: [PATCH] Remove markdown from Basic HTML text format Due to error when viewing the front page that uses Layout Builder. --- config/sync/filter.format.basic_html.yml | 26 +----------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/config/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml index 2093a71..807a2dc 100644 --- a/config/sync/filter.format.basic_html.yml +++ b/config/sync/filter.format.basic_html.yml @@ -4,7 +4,6 @@ status: true dependencies: module: - editor - - markdown _core: default_config_hash: mclCbTlJwWJORez4Y1eX2MqA0aGjSMAoJb3TaBABcK8 name: 'Basic HTML' @@ -32,7 +31,7 @@ filters: filter_html: id: filter_html provider: filter - status: false + status: true weight: -10 settings: allowed_html: '

    1. ' @@ -50,26 +49,3 @@ filters: status: true weight: 15 settings: { } - markdown: - id: markdown - provider: markdown - status: true - weight: -15 - settings: - id: commonmark - enabled: true - render_strategy: - type: filter_output - custom_allowed_html: '' - plugins: - commonmark: true - commonmark-external-links: false - commonmark-footnotes: false - commonmark-heading-permalink: false - commonmark-strikethrough: false - commonmark-table: false - commonmark-task-list: false - filter_align: true - filter_caption: true - override: false - filterFormat: basic_html