tinymce-vue-2
tinymce-vue-2 copied to clipboard
adding tinymce plugins
This is not an issue how do you pass plugins to the
Thank ou in advance
First you need to read the official docs, then you can change the toolbar like so
<tiny-mce id="descriptionLong"
v-model="descriptionLong"
:toolbar="'undo redo'"
></tiny-mce>
Ok thanks theres no plugin prop to pass to component just add straight to toolbar thanks
<tiny-mce id="details" :toolbar="'code forecolor backcolor'" v-model="single.content" :other-props="{plugins: 'code textcolor colorpicker'}" ....
and copy the plugins folder to the server/apps public root.