We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de54c18 commit ea38c35Copy full SHA for ea38c35
modules/ROOT/partials/integrations/vue-quick-start.adoc
@@ -213,7 +213,7 @@ import Editor from '@tinymce/tinymce-vue'
213
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
214
<editor
215
id="uuid"
216
- licenseKey="gpl" // gpl for open source, T8LK:... for commercial
+ licenseKey="gpl" /* gpl for open source, T8LK:... for commercial */
217
:init="{
218
plugins: 'advlist anchor autolink charmap code fullscreen help image insertdatetime link lists media preview searchreplace table visualblocks wordcount',
219
toolbar: 'undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
0 commit comments