Skip to content

Commit 4aa453a

Browse files
enzolutionsalcohol
authored andcommitted
Add support for Drupal Console custom packages and languages (#311)
* Update DrupalInstaller.php * Added composer installer types for Drupal Console packages and languages * Fix missing trailing comma
1 parent 61958ce commit 4aa453a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Composer/Installers/DrupalInstaller.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class DrupalInstaller extends BaseInstaller
1313
'custom-theme' => 'themes/custom/{$name}/',
1414
'custom-module' => 'modules/custom/{$name}/',
1515
'custom-profile' => 'profiles/custom/{$name}/',
16-
'drupal-multisite' => 'sites/{$name}/'
16+
'drupal-multisite' => 'sites/{$name}/',
17+
'console' => 'console/{$name}/',
18+
'console-language' => 'console/language/{$name}/',
1719
);
1820
}

0 commit comments

Comments
 (0)