Instantly share code, notes, and snippets.
Hi,
The code must have changed recently as this advice wasn't working for me, I had to tweak and host my own patch.
-- a/view/base/requirejs-config.js 2019-10-17 10:01:02.082764376 +0200 +++ b/view/base/requirejs-config.js 2019-10-17 09:56:53.436000000 +0200 @@ -47,7 +47,8 @@ 'tinymce': 'tiny_mce/tiny_mce_src' }, 'deps': [ - 'jquery/jquery-migrate' + 'jquery/jquery-migrate', + 'jquery/jquery.cookie' ], 'config': { 'mixins': {
Thanks for mentioning composer-patches, that's going to come in handy a lot!
composer-patches
Sorry, something went wrong.
Hi,
The code must have changed recently as this advice wasn't working for me, I had to tweak and host my own patch.
Thanks for mentioning
composer-patches
, that's going to come in handy a lot!