I would like to replace the field "field_instructions" field by a textarea which has the value unlimited so I add a button other text fields. So basically, as it is in the ingredients. Is that possible?

I have try to modify the recipe.module file but I failed :-(

kind regards
drew

Comments

jvandervort’s picture

So you want to replace the single instruction field with any number of instruction fields? That would be a fairly big change. I don't expect that too be added. Right now we use one instruction field with a type of 'text'. That should handle 65,535 characters, including any markup. If you need bigger, you might try patching recipe to use "text:big" instead of the "text" type and see if that works for you.

dcam’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

A Drupal core text field was implemented for the instructions in the 2.x branches. This is possible to do now.