Browse Source

Merge pull request #696 from tinymce/feature/experiment

Add line space before Note in Step 3
pull/697/head
techtangents 7 years ago
committed by GitHub
parent
commit
15a9afa13b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore
  2. 3
      get-started-cloud/editor-and-features.md

3
.gitignore

@ -10,4 +10,5 @@ api
vendor
.idea
.DS_Store
.vscode
.vscode
.*.swp

3
get-started-cloud/editor-and-features.md

@ -32,8 +32,11 @@ Lastly, you just need to extend your TinyMCE configuration to include any of the
* [PowerPaste]({{ site.baseurl }}/plugins/powerpaste/)
* [Spell Checker]({{ site.baseurl }}/plugins/tinymcespellchecker/)
**Note:** `spellchecker_rpc_url` is **not** required when enabling this plugin via [TinyMCE Cloud]({{ site.baseurl }}/get-started-cloud/)
* [Image Tools (with configured image proxy)]({{ site.baseurl }}/plugins/imagetools/)
**Note:** `imagetools_cors_hosts` and `imagetools_proxy` are *not* required to be configured when enabling this plugin via [TinyMCE Cloud]({{ site.baseurl }}/get-started-cloud/)
* [Accessibility Checker]({{ site.baseurl }}/plugins/a11ychecker/)
* [Advanced Code Editor]({{ site.baseurl }}/plugins/advcode/)

Loading…
Cancel
Save