Vardot / varbase-project

Project template for Varbase distribution
https://www.drupal.org/project/varbase
GNU General Public License v2.0
49 stars 35 forks source link

Add installer-types and installer-paths for packages with type of drupal-recipe #226

Closed Natshah closed 7 months ago

Natshah commented 7 months ago
"installer-paths": {
 "docroot/recipes/contrib/{$name}": ["type:drupal-recipe"]
}
    "installer-types": [
      "drupal-recipe",
      "bower-asset",
      "npm-asset"
    ],