Skip to content

Commit ad0860d

Browse files
Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
Co-authored-by: tiny-ben-tran <[email protected]>
1 parent 29c1a20 commit ad0860d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@ include::partial$integrations/common/license-key-property.adoc[]
8484
=== Example: Commercial license
8585
[source,html]
8686
----
87-
<tinymce-editor license-key="T8LK:..."></tinymce-editor>
87+
<script>
88+
var editorConfig= {
89+
license_key: 'T8LK:...'
90+
}
91+
</script>
92+
<tinymce-editor config="editorConfig"></tinymce-editor>
8893
----
8994

9095
=== Example: Open source GPL license

0 commit comments

Comments
 (0)