froala / angular-froala

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
306 stars 123 forks source link

Setting the key for v2.8.0 isn't working #183

Closed jwhitmarsh closed 6 years ago

jwhitmarsh commented 6 years ago

I'm setting my new (longer) licence key via the "key" option:

$scope.froalaTitleOptions = {
      toolbarInline: true,
      charCounterCount: false,
      enter: `span`,
      toolbarButtons: menuButtons,
      toolbarButtonsMD: menuButtons,
      toolbarButtonsSM: menuButtons,
      toolbarButtonsXS: menuButtons,
      htmlAllowedTags: ['div'],
      pluginsEnabled: [],
      key: CONFIG.FROALA_KEY
    };

but still seeing this: screen shot 2018-07-04 at 14 32 17

Licence's are perpetual, so it hasn't expired, so I assume it's because I'm setting it wrong - how should I be setting it?

stefanneculai commented 6 years ago

@jwhitmarsh the licenses are perpetual, you can use the version you purchased for the lifetime, however, the software updates are limited to one year. See more here: https://wysiwyg-editor.froala.help/hc/en-us/articles/115000396145-Are-the-licenses-one-time-payment-.

Please read more about the expiration message here: https://wysiwyg-editor.froala.help/hc/en-us/articles/360000717489-Why-is-my-editor-license-expired-. If you still have troubles please contact support via https://www.froala.com/wysiwyg-editor/contact.

jwhitmarsh commented 6 years ago

Thanks for the explanation @stefanneculai - we misunderstood the licence system 🙈