From 79c5000f557abfa6967d65b5a1dbac350d6fcb82 Mon Sep 17 00:00:00 2001 From: Otto Zaiser <zaisero@nic.ar> Date: Fri, 28 Sep 2018 18:04:58 -0300 Subject: [PATCH] Cambiando path del theme --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1eabbb6..ff86609 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": { -- GitLab