Merge branch 'master' of gitlab.com:agaric/sites/geo

This commit is contained in:
David Valdez 2019-07-19 11:16:14 -05:00
commit 588cf932c9
478 changed files with 131 additions and 552 deletions

View file

@ -13,7 +13,8 @@
"drush/drush": "^9.0",
"drupal/migrate_plus": "^4.2",
"drupal/migrate_upgrade": "^3",
"drupal/migrate_tools": "^4.1"
"drupal/migrate_tools": "^4.1",
"drupal/config_actions": "1.x-dev"
},
"repositories": {
"drupal": {
@ -52,14 +53,17 @@
"type:drupal-drush"
]
},
"enable-patching": true,
"patches": {
"drupal/core": {
"Allow an install hook in profiles installing from configuration": "https://www.drupal.org/files/issues/2018-11-27/2982052-22.patch"
},
"drutopia/drutopia": {
"Remove default content": "patches/drutopia-remove-default-content.patch"
},
"drupal/drutopia_core": {
"Remove default content": "patches/drutopia-core-remove-default-content.patch"
}
},
"enable-patching": true
}
}
}