From 1ad07636a5792444b35d650f2d0da878e1ad6e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Nov 2018 01:59:07 -0500 Subject: [PATCH] Add patch to fix WYSIWYG Linebreaks --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 8a3a049..41601bb 100644 --- a/composer.json +++ b/composer.json @@ -79,6 +79,9 @@ }, "drupal/coffee": { "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" + }, + "drupal/wysiwyg_linebreaks": { + "Conversion Method settings not saved": "https://www.drupal.org/files/issues/settings_not_saved-2917621-1.patch" } } }