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 320d8f3 commit de54c18Copy full SHA for de54c18
modules/ROOT/partials/integrations/vue-quick-start.adoc
@@ -167,7 +167,7 @@ import Editor from '@tinymce/tinymce-vue'
167
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
168
<editor
169
id="uuid"
170
- licenseKey="gpl" // gpl for open source, T8LK:... for commercial
+ licenseKey="gpl" /* gpl for open source, T8LK:... for commercial */
171
:init="{
172
plugins: 'advlist anchor autolink charmap code fullscreen help image insertdatetime link lists media preview searchreplace table visualblocks wordcount',
173
toolbar: 'undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
0 commit comments