From 1262491e13b79cb9a7b8c6d8193fb8c04331db0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 21:56:43 -0400 Subject: [PATCH] Add patch to fix display suite's bloody broken template suggestions --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 5caa9b5..ffb738a 100644 --- a/composer.json +++ b/composer.json @@ -93,6 +93,9 @@ "drupal/drutopia_core": { "Remove default content": "patches/drutopia-core-remove-default-content.patch" }, + "drupal/ds": { + "Template suggestions does not work": "https://www.drupal.org/files/issues/2018-08-27/2887778-9.patch" + }, "drupal/migrate_tools": { "The limit option does not accept a value": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch" }