Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Uploads: Disable Upload Image Button #104

Open
mobinsheraz opened this issue Sep 12, 2024 · 1 comment
Open

User Uploads: Disable Upload Image Button #104

mobinsheraz opened this issue Sep 12, 2024 · 1 comment

Comments

@mobinsheraz
Copy link

I've implemented the user uploads feature. Now I want to disable Upload Image button.

I'm unable to find a way to disable the upload button and drag/drop feature from the user uploads? Anyone please guide?

image

@yhosutun2490
Copy link

yhosutun2490 commented Oct 15, 2024

i meet the same problem that set 'selectImage' event for custom image library, but it doesn't work currently.

emailEditor.value.editor.registerCallback(
    "selectImage",
    function (params, done) {
      updateImageFunction.value = done;
      isShowUpLoadImageModal.value = true;  
    }
  );

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants