I would love to be able to edit the body field of child nodes in the embedded widget form, please?

Comments

pescetti’s picture

subscribing

Bastlynn’s picture

Looking 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? :)

ademarco’s picture

Status: Active » Closed (fixed)

Committed 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! :)

Bastlynn’s picture

You - 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)