Browse Source

DOC-2382: Add license key documentation to Vue integration guide. (#3317)

pull/3318/head
Karl Kemister-Sheppard 1 year ago
committed by GitHub
parent
commit
b1742a19df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 30
      modules/ROOT/partials/integrations/vue-tech-ref.adoc

30
modules/ROOT/partials/integrations/vue-tech-ref.adoc

@ -4,6 +4,7 @@
* xref:using-the-tinymce-vuejs-integration[Using the TinyMCE Vue.js integration]
* xref:configuring-the-editor[Configuring the editor]
** xref:api-key[`+api-key+`]
** xref:license-key[`+licenseKey+`]
** xref:cloud-channel[`+cloud-channel+`]
** xref:disabled[`+disabled+`]
** xref:id[`+id+`]
@ -124,6 +125,28 @@ include::partial$misc/get-an-api-key.adoc[]
/>
----
[[license-key]]
=== `+licenseKey+`
{cloudname} License key.
Use this when self-hosting {productname} instead of loading from {cloudname}. For more information, see: xref:license-key.adoc[License Key].
*Type:* `+String+`
*Default value:* `+undefined+`
*Possible values:* `undefined`, `'gpl'` or a valid {productname} license key
==== Example: using `+licenseKey+`
[source,html]
----
<editor
licenseKey="your-license-key"
/>
----
[[cloud-channel]]
=== `+cloud-channel+`
@ -412,6 +435,10 @@ The following events are available:
* `+clearUndos+`
* `+click+`
* `+contextMenu+`
* `+commentChange+`
* `+compositionEnd+`
* `+compositionStart+`
* `+compositionUpdate+`
* `+copy+`
* `+cut+`
* `+dblclick+`
@ -430,6 +457,7 @@ The following events are available:
* `+getContent+`
* `+hide+`
* `+init+`
* `+input+`
* `+keyDown+`
* `+keyPress+`
* `+keyUp+`
@ -460,4 +488,4 @@ The following events are available:
* `+show+`
* `+submit+`
* `+undo+`
* `+visualAid+`
* `+visualAid+`
Loading…
Cancel
Save