Closed (fixed)
Project:
Entity Embed
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 May 2014 at 07:35 UTC
Updated:
15 Jul 2014 at 16:10 UTC
Jump to comment: Most recent
Hi,
we (@UEBERBIT) use similar module in our current project. I merged our CKEditor Integration with entity embed. The code is in my GitHub Repo https://github.com/webflo/entity_embed (branch: ckeditor-plugins). Its possible to embed Media Entity with CKEditor.
Checkout the branch, import the view. Enable the "Drupal Media" Button (M) in your CKEditor configuration. I will post a screencast soonish ...
Comments
Comment #1
dave reidWe're actually going to be using https://drupal.org/project/entity_browser for entity_embed for browsing entities. We would like the basic CKEditor integration to look something like the following: https://drupal.mybalsamiq.com/projects/media/Entity%20Embed%20Basic%20Modal
Comment #2
dave reidRelated: #2246535: What does this module do if entity_browser is not enabled?
Comment #3
cs_shadow commented@webflo, I was trying to use this module but I couldn't understand what view needs to be imported here, that you mentioned?
Comment #4
webflo commented@cs_shadow this one https://github.com/webflo/entity_embed/blob/ckeditor-plugins/config/inst...
Comment #5
dave reid@webflo: I think we'd probably want you to help out with https://drupal.org/project/entity_browser which seems like it would be a better place to start looking to merge your code that you have.
Comment #6
dave reidIt might also be good to separate this into a two-step process of select entity and then embed the entity with options, so that Entity Browser could more easily inject itself into the first part. Revised mockups: https://drupal.mybalsamiq.com/projects/media/Entity%20Embed%20Basic%20En...
Step one:

Step two

Comment #7
cs_shadow commentedClosing this since now we have a basic CKEditor Integration along with preview. Can open separate follow-ups if required.