tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.01k stars 202 forks source link

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

Open PedroSarment opened 1 year ago

PedroSarment commented 1 year ago

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

        }"
   />
TinyITAdmin commented 1 year ago

Ref: INT-3179