Installed Webform module & config changes
... | ... | @@ -72,7 +72,9 @@ |
"drupal/content_access": "^1.0", | ||
"webflo/drupal-finder": "^0.3.0", | ||
"webmozart/path-util": "^2.3.0", | ||
"drupal/admin_toolbar": "^1.26" | ||
"drupal/admin_toolbar": "^1.26", | ||
"drupal/webform": "^5.1", | ||
"drupal/content_sync": "^2.1" | ||
}, | ||
"require-dev": { | ||
"behat/mink": "~1.7", | ||
... | ... | @@ -124,6 +126,11 @@ |
"modules/custom/{$name}": ["type:drupal-custom-module"], | ||
"themes/custom/{$name}": ["type:drupal-custom-theme"], | ||
"libraries/{$name}" : ["type:drupal-library"] | ||
}, | ||
"patches": { | ||
"drupal/core": { | ||
"2942975 - 24": "https://www.drupal.org/files/issues/2018-09-20/2942975-24.patch" | ||
} | ||
} | ||
} | ||
} |
This diff is collapsed.