Skip to content

Commit a293d49

Browse files
committed
Readded installer paths to fix drush issues
1 parent a8abd74 commit a293d49

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,35 @@
3232
"merge-extra": true,
3333
"merge-extra-deep": true,
3434
"merge-scripts": true
35+
},
36+
"installer-paths": {
37+
"docroot/core": [
38+
"type:drupal-core"
39+
],
40+
"docroot/modules/contrib/{$name}": [
41+
"type:drupal-module"
42+
],
43+
"docroot/profiles/contrib/openfed": [
44+
"type:drupal-profile"
45+
],
46+
"docroot/themes/contrib/{$name}": [
47+
"type:drupal-theme"
48+
],
49+
"drush/contrib/{$name}": [
50+
"type:drupal-drush"
51+
],
52+
"docroot/libraries/{$name}": [
53+
"type:drupal-library",
54+
"type:openfed-ckeditor-template"
55+
],
56+
"docroot/libraries/ckeditor/plugins/{$name}" : [
57+
"type:openfed-ckeditor-plugin"
58+
]
59+
},
60+
"drupal-scaffold": {
61+
"locations": {
62+
"web-root": "./docroot"
63+
}
3564
}
3665
},
3766
"config": {

0 commit comments

Comments
 (0)