Configure location of web root in for Drupal scaffold files

This commit is contained in:
benjamin melançon 2020-06-10 21:01:49 -04:00
parent 40b2a34f9a
commit 2ed99afd1e

View file

@ -77,6 +77,11 @@
"drupal/drupal": "*"
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],