You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Be sure to add to the global group, not the `assets` group. Then run `bundle ins
31
31
**2. Create a `config/tinymce.yml` file with your global configuration options:**
32
32
33
33
```yml
34
+
license_key: gpl
34
35
toolbar:
35
36
- styleselect | bold italic | undo redo
36
37
- image | link
@@ -45,6 +46,7 @@ To define multiple configuration sets, follow this syntax (a default configurati
45
46
46
47
```yml
47
48
default: &default
49
+
license_key: gpl
48
50
plugins:
49
51
- image
50
52
- link
@@ -58,6 +60,8 @@ alternate:
58
60
59
61
See the [TinyMCE 8 Documentation](https://www.tiny.cloud/docs/tinymce/latest/) for a full list of configuration options.
60
62
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/).
0 commit comments