Premium upgrade promotion
Open source promotion
promotion
The open source version of TinyMCE contains a promotion for paid features. This promotion can be toggled on or off with the promotion option.
Type: Boolean
Default value: true in Community self-hosted instances; otherwise false.
Possible values: true, false
Example: using open source
promotiontinymce.init({
selector: "textarea", // change this value according to your HTML
promotion: true
});
Cloud promotion
onboarding
The cloud version of TinyMCE 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
onboardingtinymce.init({
selector: "textarea", // change this value according to your HTML
onboarding: false
});