Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 596 Bytes

File metadata and controls

24 lines (16 loc) · 596 Bytes

Cloud promotion

onboarding

The cloud version of {productname} contains a promotion for paid features included in the 14-day trial. This promotion can be toggled on or off with the onboarding option.

The promotion will automatically disappear when the trial ends.

Type: Boolean

Default value: true for cloud instances; otherwise false.

Possible values: true, false

Example: using cloud onboarding

tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  onboarding: false
});