From ba7e02efac66260787f36e4023d6d35401e315e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 6 Sep 2018 16:00:40 -0400 Subject: [PATCH] Add WYSYWIG Linebreaks module Already asking to get this into Drutopia here https://gitlab.com/drutopia/drutopia/issues/219 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f07dd8c..a0c62e2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "drush/drush": "^8.0", "drupal/migrate_tools": "^4.0", "drupal/migrate_plus": "^4.0", - "drupal/webform": "^5.0@RC" + "drupal/webform": "^5.0@RC", + "drupal/wysiwyg_linebreaks": "^1.9" }, "repositories": { "drupal": {