Browse Source
Update modules/ROOT/partials/integrations/webcomponent-tech-ref.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
6 additions and
1 deletions
-
modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
|
|
@ -90,7 +90,12 @@ include::partial$integrations/common/license-key-property.adoc[] |
|
|
|
=== Example: Open source GPL license |
|
|
|
[source,html] |
|
|
|
---- |
|
|
|
<tinymce-editor license-key="gpl"></tinymce-editor> |
|
|
|
<script> |
|
|
|
var editorConfig= { |
|
|
|
license_key: 'gpl' |
|
|
|
} |
|
|
|
</script> |
|
|
|
<tinymce-editor config="editorConfig"></tinymce-editor> |
|
|
|
---- |
|
|
|
|
|
|
|
[IMPORTANT] |
|
|
|