- Issue created by @devkinetic
- 29194cd1 committed on 1.3.x
Issue #3381564: proper managing core patch on media_lib & ck4
- 29194cd1 committed on 1.3.x
- π«π·France DrDam
Fix in 1.3.0
I have change the way to managing theses patches :
If you are using 9.x Core and legacy Ckeditor :
You need to add a patch to your main composer.jsonFor core 9.4 :
"extra": { "enable-patching": true, "patches": { "drupal/core": { "mcc_embed": "web/modules/custom/media_contextual_crop_embed/patch/patch_media_lib_9.4.patch" } } }
For core 9.5+
"extra": { "enable-patching": true, "patches": { "drupal/core": { "mcc_embed": "web/modules/custom/media_contextual_crop_embed/patch/patch_media_lib_9.5+.patch" } } }
If you using D10 or D9-Ck5, no patch needed.
- Status changed to Fixed
over 1 year ago 10:03am 17 August 2023