Commit 99e74478 authored by Rajab Natshah's avatar Rajab Natshah 💬
Browse files

Issue #3301450: Have drupal-scaffold locations web-root as docroot to fix...

Issue #3301450: Have drupal-scaffold locations web-root as docroot  to fix composer web-root folder in projects
parent 9cc5a4d5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -115,6 +115,11 @@
      "bower-asset",
      "npm-asset"
    ],
    "drupal-scaffold": {
      "locations": {
        "web-root": "docroot/"
      }
    },
    "installer-paths": {
      "[web-root]/core": ["type:drupal-core"],
      "[web-root]/profiles/{$name}": ["type:drupal-profile"],