django-froala-editor
django-froala-editor copied to clipboard
Using the License Key
In your README you have mentioned this is how we should use the key
FROALA_EDITOR_OPTIONS = { 'key': '
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.