django-froala-editor icon indicating copy to clipboard operation
django-froala-editor copied to clipboard

Using the License Key

Open ojengwa opened this issue 4 years ago • 1 comments

In your README you have mentioned this is how we should use the key

FROALA_EDITOR_OPTIONS = { 'key': '', # other options # ... }

but this doesn't work because Froala is expecting 'apiKey' instead (https://froala.com/wysiwyg-editor/docs/options/#apiKey). Either change the documentation or change the code on widgets.py etc to convert.

ojengwa avatar Jul 16 '21 09:07 ojengwa