Browse Source

Edited

pull/1056/head
Michael Hideo Smith 6 years ago
parent
commit
9f12d35a20
  1. 2
      _includes/release-notes/overview.md

2
_includes/release-notes/overview.md

@ -8,7 +8,7 @@ TinyMCE 5.0 has an ARIA [WCAG 2.1 standards](https://www.w3.org/WAI/standards-gu
Include this line of code in the <head> of the HTML page and link to the tinymce.min.js source file. Substitute 'no-api-key' with your api key.
```js
<script src="{{ site.cdnurl }}"></script>
<script src="{{ site.cdnurl }}" referrerpolicy="origin"></script>
```
Signing up for a free API key provides entitlements to all our free plugins. This includes advanced functionality such as the [Image tools]({{ site.baseurl }}/plugins/imagetools/) plugin, which requires a cloud image proxy server to already be configured. Premium plugins can be purchased at any time once the API key has been set up.

Loading…
Cancel
Save