Closed (fixed)
Project:
Node Embed
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jun 2012 at 09:06 UTC
Updated:
6 Oct 2014 at 15:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eyal shalevComment #2
lewisnymanI've tried switching the view to admin/ckeditor-node-embed and it breaks the functionality. In my opinion it makes little sense for this view to be available for front end users. We'd need to figure out how to retheme the insert modal so it doesn't break.
Comment #3
gmclelland commentedMight need to use something like the following:
https://api.drupal.org/api/drupal/modules%21system%21system.api.php/func...
Untested, but you might need to add this to node_embed.module
Let me know if that works
Comment #4
drupov commentedYes, this works. Thank you!
I've turned your code snippet into a patch.
Comment #5
tessa bakkerworks perfect, but don't like the comment after the function
Comment #6
tessa bakkerworks perfect, but don't like the comment after the function
Comment #7
mrharolda commentedThanks! Committed with a few code style fixes: http://cgit.drupalcode.org/node_embed/commit/?id=0792fb033a8b569dc016f94...