Skip to content

Commit 3ecaf67

Browse files
Update modules/ROOT/partials/integrations/webcomponent-quick-start.adoc
Co-authored-by: tiny-ben-tran <[email protected]>
1 parent d1fa09f commit 3ecaf67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/ROOT/partials/integrations/webcomponent-quick-start.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ ifeval::["{productSource}" != "cloud"]
8888
+
8989
[source,html,subs="attributes+"]
9090
----
91-
<tinymce-editor license-key="gpl"></tinymce-editor>
91+
<script>
92+
var editorConfig= {
93+
license_key: 'gpl'
94+
}
95+
</script>
96+
<tinymce-editor config="editorConfig"></tinymce-editor>
9297
----
9398
The default {productname} editor will load at this location if the page is opened in a web browser.
9499

0 commit comments

Comments
 (0)