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

CKEditor issue on contact add/edit #968

Closed
slightlychilled opened this issue Apr 8, 2020 · 2 comments
Closed

CKEditor issue on contact add/edit #968

slightlychilled opened this issue Apr 8, 2020 · 2 comments

Comments

@slightlychilled
Copy link

When adding a new contact, or trying to edit a contact the creditor is not shown and the following error is shown when inspecting the page:

Error: The specified element mode is not supported on element: "body".

on ckeditor.js:274:506

@slightlychilled
Copy link
Author

Resolution:

update Contacts/config/bootstrap.php:

Change both entries of
'elements' => 'body',
to
'elements' => '#body',

@rchavik
Copy link
Member

rchavik commented Apr 9, 2020

Care to submit a PR?

@rchavik rchavik closed this as completed in 73ddbca Oct 5, 2020
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