Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installer paths for drupal custom modules and themes #646

Closed
AlexSkrypnyk opened this issue May 12, 2024 · 1 comment · Fixed by #668
Closed

Add installer paths for drupal custom modules and themes #646

AlexSkrypnyk opened this issue May 12, 2024 · 1 comment · Fixed by #668
Assignees
Labels
Quick fix State: In progress The issue is being worked on Type: Feature Issue is a new feature request

Comments

@AlexSkrypnyk
Copy link
Collaborator

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}.

Use case:

composer create-project drupal-composer/drupal-project:8.x-dev some-dir --no-interaction
composer require vendor/drupal-install-profile

See #517

@leymannx
Copy link
Collaborator

      "web/modules/custom/{$name}": ["type:drupal-custom-module"],
      "web/profiles/custom/{$name}": ["type:drupal-custom-profile"],
      "web/themes/custom/{$name}": ["type:drupal-custom-theme"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Quick fix State: In progress The issue is being worked on Type: Feature Issue is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants