We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8abd74 commit a293d49Copy full SHA for a293d49
1 file changed
composer.json
@@ -32,6 +32,35 @@
32
"merge-extra": true,
33
"merge-extra-deep": true,
34
"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
+ }
64
}
65
},
66
"config": {
0 commit comments