Configure location of web root in for Drupal scaffold files
This commit is contained in:
parent
40b2a34f9a
commit
2ed99afd1e
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"drupal-scaffold": {
|
||||||
|
"locations": {
|
||||||
|
"web-root": "web/"
|
||||||
|
}
|
||||||
|
},
|
||||||
"installer-paths": {
|
"installer-paths": {
|
||||||
"web/core": ["type:drupal-core"],
|
"web/core": ["type:drupal-core"],
|
||||||
"web/libraries/{$name}": ["type:drupal-library"],
|
"web/libraries/{$name}": ["type:drupal-library"],
|
||||||
|
|
Loading…
Reference in a new issue