Cambiando path del theme
... | ... | @@ -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": { | ||
... | ... |
Please register or sign in to comment