froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

Using the License Key #104

Open ojengwa opened 3 years ago

ojengwa commented 3 years ago

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.

CARocha commented 2 months ago

Docs Froala say this for JavaScript and jQuery this way new FroalaEditor('your_selector', {key: "ACTIVATION_KEY"}) as you can see, use key!!

that doesn't work for you ?