Verified Commit fe598ce2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3101209 by Sutharsan, longwave, smustgrave: Document the correct web-root default value

(cherry picked from commit 086528af1fc44a044e80098cbba58ce9346c4dac)
parent 9ff986f3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -103,7 +103,8 @@ This makes it possible to configure a project with different file layouts; for
example, either the `drupal/drupal` file layout or the
`drupal-composer/drupal-project` file layout could be used to set up a project.

If a web-root is not explicitly defined, then it will default to `./`.
If a web-root is not explicitly defined, then it will default to `.`, the same
directory as the composer.json file.

### Altering Scaffold Files