Skip to content

Commit

Permalink
Add drupal-config type to Drupal Framework (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmxmale authored and niksamokhvalov committed Dec 2, 2019
1 parent 61aaa66 commit 47a4e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Composer/Installers/DrupalInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class DrupalInstaller extends BaseInstaller
'custom-module' => 'modules/custom/{$name}/',
'custom-profile' => 'profiles/custom/{$name}/',
'drupal-multisite' => 'sites/{$name}/',
'console' => 'console/{$name}/',
'console' => 'console/{$name}/',
'console-language' => 'console/language/{$name}/',
'config' => 'config/sync/',
);
}

0 comments on commit 47a4e09

Please sign in to comment.