I'm curious what would be the correct approach here. I'd like to add WYSIWYG controls to my body summary fields, and I'd like to do it in the best Drupal way possible (so that other people could use my approach in the future).

Is this something BF could add in? Alter the field edit form for text_with_summary to include similar format controls for the summary and alter the summary field to have a changeable text format? It seems along the lines of something that would qualify as "better formats". Or if there another approach I should be using?

Comments

dragonwize’s picture

Status: Active » Fixed

That is out of the scope of BF. However, if you make the module in a way that leverages BF, which is fairly simple in D7 since BF is integrated into the field system, you would save a lot of code.

I haven't put much thought into it, but my first idea would be to just make another field type that is actually 2 text fields seems like a good way forward.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.