Skip to content

Commit cbd8e42

Browse files
committed
[#646] Added installer paths for custom modules, profiles and themes.
1 parent 806a6bf commit cbd8e42

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

+9
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
],
8888
"drush/Commands/contrib/{$name}": [
8989
"type:drupal-drush"
90+
],
91+
"web/modules/custom/{$name}": [
92+
"type:drupal-custom-module"
93+
],
94+
"web/profiles/custom/{$name}": [
95+
"type:drupal-custom-profile"
96+
],
97+
"web/themes/custom/{$name}": [
98+
"type:drupal-custom-theme"
9099
]
91100
},
92101
"installer-types": [

0 commit comments

Comments
 (0)