Skip to content

Commit

Permalink
[#646] Added installer paths for custom modules, profiles and themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 28, 2024
1 parent 806a6bf commit d29e839
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"installer-types": [
Expand Down

0 comments on commit d29e839

Please sign in to comment.