I'm using a custom made module that does not appear to be configurable by Multistep. I'm wondering what exactly it needs for Multistep to be able to assign it a position in the "extra fields" area of the content type edit form.
Is there something in form_alter I need to add?
Comments
Comment #1
sansui commentedFigured it out. Probably would be better to have the weight pulled from a variable, but this was quick and dirty. Code included for anyone that might have similar thoughts
Comment #2
vkareh commentedAwesome! Thanks for documenting this! I included it in the documentation page (http://drupal.org/node/529976) as well as a link to this post on the README.txt.