File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ web hosting service provider might take its scaffold files from:
77
77
78
78
Each project allowed to scaffold by the top-level project will be used in turn,
79
79
with projects declared later in the ` allowed-packages ` list taking precedence
80
- over the projects named before. The top-level composer.json itself is always
80
+ over the projects named before. ` drupal/core ` is implicitly allowed and will be
81
+ placed at the top of the list. The top-level composer.json itself is also
81
82
implicitly allowed to scaffold files, and its scaffold files have highest
82
83
priority.
83
84
@@ -230,7 +231,7 @@ The `allowed-packages` configuration setting contains an ordered list of package
230
231
names that will be used during the scaffolding phase.
231
232
```
232
233
"allowed-packages": [
233
- "drupal/core ",
234
+ "example/assets ",
234
235
],
235
236
```
236
237
### file-mapping
You can’t perform that action at this time.
0 commit comments