Skip to content

Commit 29c1a20

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

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
@@ -90,7 +90,12 @@ include::partial$integrations/common/license-key-property.adoc[]
9090
=== Example: Open source GPL license
9191
[source,html]
9292
----
93-
<tinymce-editor license-key="gpl"></tinymce-editor>
93+
<script>
94+
var editorConfig= {
95+
license_key: 'gpl'
96+
}
97+
</script>
98+
<tinymce-editor config="editorConfig"></tinymce-editor>
9499
----
95100

96101
[IMPORTANT]

0 commit comments

Comments
 (0)