Skip to content

Commit

Permalink
Adds drupal-custom-theme installer type
Browse files Browse the repository at this point in the history
  • Loading branch information
thejimbirch authored Jan 21, 2024
1 parent 07cdad0 commit 26d10f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
"quicksilver-script",
"cypress-support",
"cypress-e2e",
"drupal-recipe"
"drupal-recipe",
"drupal-custom-theme"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
Expand All @@ -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": {
Expand Down

0 comments on commit 26d10f2

Please sign in to comment.