Closed AlexSkrypnyk closed 6 months ago
Add install paths for types drupal-custom-modules and drupal-custom-themes, otherwise they are installed by composer/installers in themes/custom/{$name} or modules/custom/{$name}.
drupal-custom-modules
drupal-custom-themes
composer/installers
themes/custom/{$name}
modules/custom/{$name}
Use case:
composer create-project drupal-composer/drupal-project:8.x-dev some-dir --no-interaction composer require vendor/drupal-install-profile
See https://github.com/drupal-composer/drupal-project/pull/517
"web/modules/custom/{$name}": ["type:drupal-custom-module"], "web/profiles/custom/{$name}": ["type:drupal-custom-profile"], "web/themes/custom/{$name}": ["type:drupal-custom-theme"]
Add install paths for types
drupal-custom-modules
anddrupal-custom-themes
, otherwise they are installed bycomposer/installers
inthemes/custom/{$name}
ormodules/custom/{$name}
.Use case:
See https://github.com/drupal-composer/drupal-project/pull/517