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
promotion
tinymce.init({
selector: "textarea", // change this value according to your HTML
promotion: true
});
js