You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
889 B
22 lines
889 B
[[branding]]
|
|
== `+branding+`
|
|
|
|
Use the `+branding+` option to disable the "*Powered by Tiny*" link displayed in the status bar for link:{legalpages}/attribution-requirements/[product attribution].
|
|
|
|
IMPORTANT: Product attribution is required for free users utilizing the Tiny Cloud infrastructure. If using {productname} under the _GNU General Public License Version 2 or later_ license, then support for the open source project would be appreciated by keeping attribution turned on in your editor. For information on {productname} attribution requirements, see: link:{legalpages}/attribution-requirements/[Logo & attribution requirements].
|
|
|
|
*Type:* `+Boolean+`
|
|
|
|
*Default value:* `+true+`
|
|
|
|
*Possible values:* `+true+`, `+false+`
|
|
|
|
=== Example: using `+branding+`
|
|
|
|
[source,js]
|
|
----
|
|
tinymce.init({
|
|
selector: 'textarea', // change this value according to your HTML
|
|
branding: false
|
|
});
|
|
----
|