From 5c65e8dc14842a182461cf5cb9fb385bd124adf7 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 4 Aug 2016 15:42:43 +0200 Subject: [PATCH] Add installer path for custom themes --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index ff99d42..a367d0b 100644 --- a/composer.json +++ b/composer.json @@ -104,6 +104,9 @@ "web/themes/contrib/{$name}": [ "type:drupal-theme" ], + "web/themes/custom/{$name}": [ + "type:drupal-custom-theme" + ], "drush/contrib/{$name}": [ "type:drupal-drush" ] -- GitLab