Closed (works as designed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2012 at 15:41 UTC
Updated:
14 Nov 2012 at 16:49 UTC
Hey,
So I have:
- Enabled ckeditor.module, *disabled* wysiwyg.module
- Made sure "Convert Media tags to markup" is NOT enabled in my input format
- Added an image through the Media browser
Now, when I switch back to plain-text, the inserted code is rendered html, and not Media markup code (ex. [[media]]....)
If I use wysiwyg.module instead, this works as expected. However, ckeditor.module provides more setup options.
Also, since it's not the Media markup being outputted when I'm using ckeditor.module, my output formatters aren't working.
Is there something I'm missing?
Thanks!
Comments
Comment #1
devin carlson commentedMedia requires the WYSIWYG module; its editor integration is written as a WYSIWYG plugin so that it can be used with multiple editors.
The stand-alone CKEditor module is not supported.