Browse Source

TINY-8441: PR fixes from core requires updates to docs (#2248)

* TINY-8441: PR fixes from core requires updates to docs

* TINY-8441: Added missing id

Co-authored-by: Lee Newson <lee.newson@tiny.cloud>
pull/2255/head
EkimChau 3 years ago
committed by GitHub
parent
commit
425b7a3070
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/ROOT/pages/dialog-configuration.adoc
  2. 1
      modules/ROOT/pages/security.adoc
  3. 1
      modules/ROOT/pages/support.adoc
  4. 1
      modules/ROOT/pages/urldialog.adoc
  5. 1
      modules/ROOT/partials/misc/browser_compatibility.adoc

1
modules/ROOT/pages/dialog-configuration.adoc

@ -37,6 +37,7 @@ tinymce.activeEditor.windowManager.open({
});
----
[[configurationoptions]]
== Configuration options
[cols=",,,",options="header",]

1
modules/ROOT/pages/security.adoc

@ -25,6 +25,7 @@ ____
** <<usingcomponentswithknownvulnerabilities, Using Components with Known Vulnerabilities>>
** <<furthersecurityinformation, Further security information>>
[[reportingtinymcesecurityissues]]
== Reporting TinyMCE security issues
{companyname} values the work of security researchers in improving the security of technology products worldwide. We welcome researchers who wish to responsibly disclose vulnerabilities in our products or systems. Note that we do not offer any “bug bounty” program or any form of payment for disclosed vulnerabilities. If you would like to report a vulnerability, please email `+infosec@tiny.cloud+`.

1
modules/ROOT/pages/support.adoc

@ -16,6 +16,7 @@ Paid premium support is available as part of link:{pricingpage}/[{enterprisevers
Open Source Community Edition users can get free help from Stack Overflow using the link:{communitysupporturl}[`+{prodnamecode}+` tag].
[[supportedversionsandplatforms]]
== Supported Versions and Platforms
include::partial$misc/supported_versions.adoc[]

1
modules/ROOT/pages/urldialog.adoc

@ -53,6 +53,7 @@ For more information on the `+dialogApi+` object that is passed to some of the c
A *button* is a clickable component that can contain text or an icon. There are two types of buttons (primary and secondary buttons), though the only difference is that they are styled differently. Primary buttons are intended to stand out. The color will depend on the chosen link:customize-ui.html#skins[skin].
[[configuration]]
=== Configuration
[cols=",,,",options="header",]

1
modules/ROOT/partials/misc/browser_compatibility.adoc

@ -1,3 +1,4 @@
[[supportedwebbrowsers]]
== Supported Web Browsers
{productname} uses advanced JavaScript techniques to normalize inconsistencies among browsers to ensure a uniform user experience. The primary focus is on:

Loading…
Cancel
Save