diff --git a/composer.json b/composer.json index 1eabbb6f4cf3639ad4b9a68d849d741f1932cc28..ff86609502a0ee0abc7fcc121ea39bdef677f5fa 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "package": { "name": "drupal_theme/bfa", "version": "dev-master", - "type": "drupal-theme", + "type": "drupal-custom-theme", "source": { "url": "https://gitlab.bfa.ar/bfa-web/drupal-theme.git", "type": "git", @@ -115,7 +115,8 @@ "web/modules/contrib/{$name}": ["type:drupal-module"], "web/modules/custom/{$name}": ["type:drupal-custom-module"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], - "web/themes/{$name}": ["type:drupal-theme"], + "web/themes/{$name}": ["type:drupal-custom-theme"], + "web/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/{$name}": ["type:drupal-drush"] }, "drupal-scaffold": {