- π¨π¦Canada devin carlson Sudbury, ON
The 7.x-3.x branch requires the Editor module for access checking, ACF configuration, JS dialog functionality, CSRF token generation and filter format page form structure.
I've had some issues getting 2.x to work with nodes containing entity references (nodes load, but referenced entities in the embedded entities don't) but 3.x (with some patches) is working great. However, 3.x only works with Editor β which looks great, but lacks support for a lot of basic stuff (Media...). It seems like the easiest solution here would be to re-integrate CKeditor module with the 3.x branch.
I've written my own hook_ckeditor_plugin function to do this (mostly cribbed from 2.x), but I haven't successfully been able to get the buttons to load in the editor.
Before I go further down this rabbit hole, can someone let me know if I'm on the right track? Basically, I want to use entity_reference because it seems to be the best and most future-proof solution, but I'd also like to include Media integration in my editor.
Thanks!
Closed: works as designed
3.0
CKEditor integration
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The 7.x-3.x branch requires the Editor module for access checking, ACF configuration, JS dialog functionality, CSRF token generation and filter format page form structure.