From 26d10f2d48b18fcebae8a2673e90f5030a482bb7 Mon Sep 17 00:00:00 2001 From: Jim Birch <5177009+thejimbirch@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:21:33 -0500 Subject: [PATCH] Adds drupal-custom-theme installer type --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0172cc9..832347f 100644 --- a/composer.json +++ b/composer.json @@ -128,7 +128,8 @@ "quicksilver-script", "cypress-support", "cypress-e2e", - "drupal-recipe" + "drupal-recipe", + "drupal-custom-theme" ], "installer-paths": { "web/core": ["type:drupal-core"], @@ -144,7 +145,8 @@ "web/private/scripts/quicksilver/{$name}/": ["type:quicksilver-script"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/recipes/contrib/{$name}": ["type:drupal-recipe"], - "web/themes/contrib/{$name}": ["type:drupal-theme"] + "web/themes/contrib/{$name}": ["type:drupal-theme"], + "web/themes/custom/{$name}": ["type:drupal-custom-theme"] }, "drupal-scaffold": { "locations": {