Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 522 Bytes

File metadata and controls

22 lines (15 loc) · 522 Bytes

Cloud promotion

promotion

The open source version of {productname} 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
});