@bigbinary/neeto-molecules 1.0.39 → 1.0.41
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.
|
@@ -627,7 +627,6 @@ var INITIAL_VALUES = {
|
|
|
627
627
|
};
|
|
628
628
|
var EDITOR_ADDONS = ["emoji", "block-quote", "image-upload", "divider"];
|
|
629
629
|
var ALLOWED_FILE_PICKER_TYPES = [".csv"];
|
|
630
|
-
var DIRECT_UPLOAD_URL = "/api/direct_uploads";
|
|
631
630
|
|
|
632
631
|
function _arrayWithoutHoles(arr) {
|
|
633
632
|
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
@@ -658,7 +657,6 @@ var EmailBody = function EmailBody(_ref, ref) {
|
|
|
658
657
|
label: t("neetoMolecules.shareViaEmail.emailBody"),
|
|
659
658
|
name: "emailBody",
|
|
660
659
|
ref: ref,
|
|
661
|
-
uploadEndpoint: DIRECT_UPLOAD_URL,
|
|
662
660
|
addons: showVideoEmbedInEditor ? [].concat(_toConsumableArray(EDITOR_ADDONS), ["video-embed"]) : EDITOR_ADDONS
|
|
663
661
|
});
|
|
664
662
|
};
|