Attribution Requirements content

This commit is contained in:
shikha
2018-11-27 15:30:58 +10:00
parent 3161852452
commit 66e38f1c0f
6 changed files with 56 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@
- url: "spell-checking"
- url: "filter-content"
- url: "localize-your-language"
- url: "attribution-requirements"
- url: "system-requirements"
- url: "get-support"
+3 -1
View File
@@ -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:
![Demo]({{site.baseurl}}/images/screenshot-tiny-editor.png)-->
Have questions about this? [Contact us](https://support.tiny.cloud/hc/en-us/requests/new) for help.
+1 -1
View File
@@ -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
---
+25
View File
@@ -0,0 +1,25 @@
diff --git a/_includes/configuration/visual.md b/_includes/configuration/visual.md
index 3e79790..ed53534 100644
--- a/_includes/configuration/visual.md
+++ b/_includes/configuration/visual.md
@@ -1,6 +1,10 @@
## visual

-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.
+This true/false option gives you the ability to enable or disable the `visual` aid.
+
+This 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`.
+
+If the border of a table is set to `0`, then TinyMCE adds a dotted line around the table by default.

**Type:** `Boolean`

@@ -12,7 +16,7 @@ This true/false option gives you the ability to turn on/off the visual aid for t

```js
tinymce.init({
- selector: 'textarea', // change this value according to your HRML
+ selector: 'textarea', // change this value according to your HTML
visual: false
});
```