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

Document that cmswidget needs to be in extraPlugins setting #349

Closed
stefanw opened this issue Aug 22, 2016 · 2 comments
Closed

Document that cmswidget needs to be in extraPlugins setting #349

stefanw opened this issue Aug 22, 2016 · 2 comments

Comments

@stefanw
Copy link
Contributor

stefanw commented Aug 22, 2016

For my installation, I had customised the extraPlugins setting and did not have "cmswidget" in there (and it used to worked).

With the latest version 3.1.0, when I opened a Text plugin, this line in plugins.js throws an error:

// Uncaught TypeError: Cannot set property 'inline' of undefined
that.editor.widgets.registered.cmswidget.inline = true;

that.editor.widgets.registered does not contain cmswidget.

I had to add 'cmswidget' in the list of extraPlugins to make this work. This doesn't seem to be documented. Having a list of required "extraPlugins" for djangocms-text-ckeditor to work might be a good idea.

@czpython
Copy link
Contributor

Fixed by #355

@vxsx
Copy link
Contributor

vxsx commented Sep 6, 2016

Will be properly fixed by #361

@vxsx vxsx reopened this Sep 6, 2016
@vxsx vxsx closed this as completed Sep 8, 2016
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

3 participants