add patch for allowing hook_install in profile and still do config install
This commit is contained in:
parent
94cf5aeef5
commit
f0a66df89a
1 changed files with 6 additions and 1 deletions
|
@ -52,6 +52,11 @@
|
||||||
"type:drupal-drush"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue