Issue #3334784: Implement Token-Click-Insert for CKEditor 5
Compare changes
+ 19
− 0
@@ -16,6 +16,16 @@
@@ -16,6 +16,16 @@
var newThis = $('<a href="javascript:void(0);" title="' + Drupal.t('Insert this token into your form') + '">' + $(token).html() + '</a>').click(function () {
@@ -50,6 +60,15 @@
@@ -50,6 +60,15 @@