Closed (fixed)
Project:
Node Embed
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2016 at 18:25 UTC
Updated:
15 Aug 2019 at 14:09 UTC
Jump to comment: Most recent
I believe that the newest version of the CKEditor doesn't auto detect buttons from module-defined ckeditor plugins anymore, so you have to include the button path directly in hook_ckeditor_plugin() now. Attached patch does just that. Should be backwards compatible with older versions of CKEditor since the hook as always supported this button definition.
| Comment | File | Size | Author |
|---|---|---|---|
| node_embed-ckeditor_button-0.patch | 533 bytes | drclaw |
Comments
Comment #2
froboyWorks perfectly. Thanks!
Comment #3
vinmassaro commentedWorks well, thank you.
Comment #4
codechefmarcPatch works for me, thanks!
Comment #6
paulvandenburg commentedThanks!