Skip to content

Commit 330adf8

Browse files
authored
Add information on license keys and TinyMCE docs link to README.md
1 parent 59de73e commit 330adf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Be sure to add to the global group, not the `assets` group. Then run `bundle ins
3131
**2. Create a `config/tinymce.yml` file with your global configuration options:**
3232

3333
```yml
34+
license_key: gpl
3435
toolbar:
3536
- styleselect | bold italic | undo redo
3637
- image | link
@@ -45,6 +46,7 @@ To define multiple configuration sets, follow this syntax (a default configurati
4546
4647
```yml
4748
default: &default
49+
license_key: gpl
4850
plugins:
4951
- image
5052
- link
@@ -58,6 +60,8 @@ alternate:
5860
5961
See the [TinyMCE 8 Documentation](https://www.tiny.cloud/docs/tinymce/latest/) for a full list of configuration options.
6062
63+
Note that as of TinyMCE 8, a license key must be specified. Please find further information on license keys [here](https://www.tiny.cloud/docs/tinymce/latest/license-key/).
64+
6165
6266
**3. Include the TinyMCE assets**
6367

0 commit comments

Comments
 (0)