Commit 3eba48c1 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3301451: Have drupal-scaffold locations web-root for Varbase as docroot...

Issue #3301451: Have drupal-scaffold locations web-root for Varbase as docroot to fix composer web-root folder in projects
parent 3e5e4751
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
@@ -114,23 +114,12 @@
    },
    "drupal-scaffold": {
      "allowed-packages": [
        "drupal/code",
        "vardot/varbase"
      ],
      "gitignore": true,
      "locations": {
        "web-root": "docroot/"
      },
      "file-mapping": {
        "[web-root]/sites/default/default.services.yml": {
          "mode": "replace",
          "overwrite": false,
          "path": "docroot/core/assets/scaffold/files/default.services.yml"
        },
        "[web-root]/sites/default/default.settings.php": {
          "mode": "replace",
          "overwrite": false,
          "path": "docroot/core/assets/scaffold/files/default.settings.php"
        }
        "web-root": "./docroot"
      }
    },
    "installer-paths": {