Browse Source
Update modules/ROOT/partials/integrations/svelte-quick-start.adoc
Co-authored-by: tiny-ben-tran <ben.tran@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/svelte-quick-start.adoc
|
|
@ -139,7 +139,7 @@ let conf = { |
|
|
|
<main> |
|
|
|
<h1>Hello Tiny</h1> |
|
|
|
<Editor |
|
|
|
licenseKey='gpl', // gpl for open source, T8LK:... for commercial |
|
|
|
licenseKey='gpl' |
|
|
|
scriptSrc='tinymce/tinymce.min.js' |
|
|
|
value='<p>This is the initial content of the editor.</p>' |
|
|
|
{conf} |
|
|
|