Skip to content

Commit

Permalink
fix: TinyMCE licensing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lfavole committed Oct 12, 2024
1 parent 9e1781a commit 5b32c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/settings/tinymce.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ def _setup(self):
],
"image_advtab": True,
"upload_image_url": reverse_lazy("tinymce-upload-image"),
"license_key": "gpl",
}

0 comments on commit 5b32c81

Please sign in to comment.