@ckeditor/ckeditor5-emoji 44.2.1 → 44.3.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -440,11 +440,13 @@ const DEFAULT_EMOJI_VERSION = 16;
440
440
  return;
441
441
  }
442
442
  /**
443
- * By default, the Emoji plugin fetches the emoji repository from CKEditor 5 CDN. To avoid this,
444
- * you can use the {@link module:emoji/emojiconfig~EmojiConfig#definitionsUrl `emoji.definitionsUrl`}
443
+ * It was detected that your installation uses a commercial license key,
444
+ * and the default {@glink features/emoji#emoji-source CKEditor CDN for Emoji plugin data}.
445
+ *
446
+ * To avoid this, you can use the {@link module:emoji/emojiconfig~EmojiConfig#definitionsUrl `emoji.definitionsUrl`}
445
447
  * configuration option to provide a URL to your own emoji repository.
446
448
  *
447
- * If you only want to suppress this warning, set this configuration option to `cdn`.
449
+ * If you want to suppress this warning, while using the default CDN, set this configuration option to `cdn`.
448
450
  *
449
451
  * @error emoji-repository-cdn-use
450
452
  */ logWarning('emoji-repository-cdn-use');