add patch for allowing hook_install in profile and still do config install

This commit is contained in:
Benjamin Melançon 2019-07-18 23:28:33 -04:00
parent 94cf5aeef5
commit f0a66df89a

View file

@ -52,6 +52,11 @@
"type:drupal-drush"
]
},
"enable-patching": true
"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"
}
}
}
}