Attribution Requirements content
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
- url: "spell-checking"
|
||||
- url: "filter-content"
|
||||
- url: "localize-your-language"
|
||||
- url: "attribution-requirements"
|
||||
- url: "system-requirements"
|
||||
- url: "get-support"
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
## branding
|
||||
|
||||
This option allows you to disable the "Powered by TinyMCE" branding.
|
||||
Use the **branding** option to disable the "**Powered by Tiny**" displayed in the status bar for [product attribution]({{site.baseurl}}/general-configuration-guide/attribution-requirements/).
|
||||
|
||||
> Note: The "**Powered by Tiny**" product attribution is required for users on the Tiny Cloud Starter plan. Product attribution is **optional** for users on the Developer, Pro, or Custom packages.
|
||||
|
||||
**Type:** `Boolean`
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
---
|
||||
layout: default
|
||||
title: 12. Attribution Requirements
|
||||
description: TinyMCE Terms of Service.
|
||||
keywords: legal attribution requirements logo branding
|
||||
---
|
||||
Tiny Cloud is available to anyone wanting to integrate TinyMCE into their own website or application. Use of Tiny Cloud is governed by the [Terms of Service](https://about.tiny.cloud/legal/tiny-cloud-services-subscription-agreement/). Among other things, these terms require adhering to specific guidelines on how branding for Tiny must be handled. The purpose of this document is to highlight these requirements.
|
||||
|
||||
There is a **POWERED BY TINY** attribution in the status bar that is enabled by default for all Tiny Cloud users. The Tiny Cloud Starter plan is meant to support small projects and give back to the community. This option cannot be disabled on a free user account. However, it is **optional** for users on other paid tiers to include attribution and link back to Tiny via a logo or text to let the world know that their editor is powered by Tiny.
|
||||
|
||||
When including attribution, the following requirements must be met:
|
||||
|
||||
* "**POWERED BY TINY**" to be stated or the [Tiny logo](https://www.tiny.cloud/_guidelines/) placed in a readily visible location whenever the editor is loaded.
|
||||
* The word "**Tiny**" or the Tiny logo should have a hyperlink to https://www.tiny.cloud/.
|
||||
* The location of the product attribution is to be:
|
||||
* In the top right-hand corner of the status bar of the TinyMCE editor; or
|
||||
* An alternate location adjacent to the TinyMCE editor that is no less prominent.
|
||||
|
||||
The editor demo on the [Tiny homepage](https://www.tiny.cloud/) displays the status bar product attribution.
|
||||
|
||||
<!-- as in the screenshot below:
|
||||
|
||||
-->
|
||||
|
||||
Have questions about this? [Contact us](https://support.tiny.cloud/hc/en-us/requests/new) for help.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: 12. Get Support & FAQ
|
||||
title: 14. Get Support & FAQ
|
||||
description: Community and pro-grade support options.
|
||||
keywords: forum forums url absolute relative security xss
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: 11. System Requirements
|
||||
title: 13. System Requirements
|
||||
description: Official TinyMCE browser support.
|
||||
keywords: browser compatibility explorer ie safari firefox chrome edge
|
||||
---
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
[1mdiff --git a/_includes/configuration/visual.md b/_includes/configuration/visual.md[m
|
||||
[1mindex 3e79790..ed53534 100644[m
|
||||
[1m--- a/_includes/configuration/visual.md[m
|
||||
[1m+++ b/_includes/configuration/visual.md[m
|
||||
[36m@@ -1,6 +1,10 @@[m
|
||||
## visual[m
|
||||
[m
|
||||
[31m-This true/false option gives you the ability to turn on/off the visual aid for tables with no borders. If the border of a table is set to `0`, then TinyMCE adds a dotted line around the table by default.[m
|
||||
[32m+[m[32mThis true/false option gives you the ability to enable or disable the `visual` aid.[m
|
||||
[32m+[m
|
||||
[32m+[m[32mThis setting also allows `visual` aid to override the `Menu` settings. For instance, you can enable or disable `visual` aid even if the `Menu` is set to `False`.[m
|
||||
[32m+[m
|
||||
[32m+[m[32mIf the border of a table is set to `0`, then TinyMCE adds a dotted line around the table by default.[m
|
||||
[m
|
||||
**Type:** `Boolean`[m
|
||||
[m
|
||||
[36m@@ -12,7 +16,7 @@[m [mThis true/false option gives you the ability to turn on/off the visual aid for t[m
|
||||
[m
|
||||
```js[m
|
||||
tinymce.init({[m
|
||||
[31m- selector: 'textarea', // change this value according to your HRML[m
|
||||
[32m+[m[32m selector: 'textarea', // change this value according to your HTML[m
|
||||
visual: false[m
|
||||
});[m
|
||||
```[m
|
||||
Reference in New Issue
Block a user