In order to activate the editor license, first of all, it is necessary to purchase a license from our website. As soon as you make the purchase, you can request license keys from support@froala.com or use the keys that were emailed to you.
In order to activate the license, the activation key generated should be passed as the key option when initializing the editor.
Javascript
`new FroalaEditor('your_selector', {key: "ACTIVATION_KEY''})`
jQuery
`$(your_selector).froalaEditor({key: "ACTIVATION_KEY''})`
Other Integrations
Passing the key in editor integrations can be done via the config options. Please find below the link for each specific integration.
Angular V1: https://github.com/froala/angular-froala#options
Angular >=V2: https://github.com/froala/angular-froala-wysiwyg#options
React JS: https://github.com/froala/react-froala-wysiwyg#options
Ember: http://www.emberwysiwygeditor.com/#/addon/concepts?section=key
Vue: https://github.com/froala/vue-froala-wysiwyg#options
Aurelia: https://github.com/froala/aurelia-froala-editor#options