Closed (fixed)
Project:
Node Widget
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2010 at 09:32 UTC
Updated:
21 Mar 2010 at 02:39 UTC
I would love to be able to edit the body field of child nodes in the embedded widget form, please?
Comments
Comment #1
pescetti commentedsubscribing
Comment #2
Bastlynn commentedLooking into the code futher, it looks like the node_widget include file, where title is defined as an available feature and body is defined as not available... if you define body_field as available, you can get the body field (and input format) to show up.
I'm not sure what that changes on the submission end though, so I don't have a patch ready for that, but that's at least what I'm looking at.
If there was a reason the body was not included, let me know so I can keep it in mind? :)
Comment #3
ademarco commentedCommitted to HEAD: http://drupal.org/cvs?commit=344098. Just basic support for the moment, no input filter or "teaser cut", for those two patches are welcome (in another issue). And thanks for reporting! :)
Comment #4
Bastlynn commentedYou - are incredibly awesome. Thank you! :) I'll keep an eye out for any other good features to include, and look into input filter and teasers as well. (I'm sure someone will need those)