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

I'm using tinymce-vue, and even configuring the image_upload_url, the upload icon does not appear #378

Open
PedroSarment opened this issue Apr 24, 2023 · 1 comment
Labels

Comments

@PedroSarment
Copy link

this is the code:

<Editor
api-key="m7kyd0mnua8z87ozjaiod2rvdgvfetokti0xn59804xlf5hd"
v-model="form.conteudo"
dusk="conteudo-input"
:init="{
selector: 'textarea',
automatic_uploads: true,
plugins: 'lists link image table code help wordcount',
powerpaste_allow_local_images: true,
image_upload_url: '/comunicados/saveImage',
images_reuse_filename: true

        }"
   />
Copy link

Ref: INT-3179

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

No branches or pull requests

2 participants