Browse Source
Update modules/ROOT/partials/integrations/vue-quick-start.adoc
Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud>
pull/3753/head
Karl Kemister-Sheppard
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/ROOT/partials/integrations/vue-quick-start.adoc
|
|
@ -167,7 +167,7 @@ import Editor from '@tinymce/tinymce-vue' |
|
|
|
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" /> |
|
|
|
<editor |
|
|
|
id="uuid" |
|
|
|
licenseKey="gpl" // gpl for open source, T8LK:... for commercial |
|
|
|
licenseKey="gpl" /* gpl for open source, T8LK:... for commercial */ |
|
|
|
:init="{ |
|
|
|
plugins: 'advlist anchor autolink charmap code fullscreen help image insertdatetime link lists media preview searchreplace table visualblocks wordcount', |
|
|
|
toolbar: 'undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image', |
|
|
|