Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the License Key #104

Open
ojengwa opened this issue Jul 16, 2021 · 1 comment
Open

Using the License Key #104

ojengwa opened this issue Jul 16, 2021 · 1 comment

Comments

@ojengwa
Copy link

ojengwa commented Jul 16, 2021

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
Copy link

CARocha commented Jun 17, 2024

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants