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
parent
commit
29c1a20b4e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc

7
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]

Loading…
Cancel
Save