@bigbinary/neeto-molecules 1.0.40 → 1.0.42

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.
@@ -601,7 +601,6 @@ var INITIAL_VALUES = {
601
601
  };
602
602
  var EDITOR_ADDONS = ["emoji", "block-quote", "image-upload", "divider"];
603
603
  var ALLOWED_FILE_PICKER_TYPES = [".csv"];
604
- var DIRECT_UPLOAD_URL = "/api/direct_uploads";
605
604
 
606
605
  function _arrayWithoutHoles(arr) {
607
606
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
@@ -632,7 +631,6 @@ var EmailBody = function EmailBody(_ref, ref) {
632
631
  label: t("neetoMolecules.shareViaEmail.emailBody"),
633
632
  name: "emailBody",
634
633
  ref: ref,
635
- uploadEndpoint: DIRECT_UPLOAD_URL,
636
634
  addons: showVideoEmbedInEditor ? [].concat(_toConsumableArray(EDITOR_ADDONS), ["video-embed"]) : EDITOR_ADDONS
637
635
  });
638
636
  };