The title describes this quite well.
I could use an option to view the node embed form with the administration theme because the default theme is not suited for the form's small display space
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | node_embed-admin_theme-1658682-4.patch | 577 bytes | drupov |
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...