I'd like to be able to specify the fields that are available/visible on the import form. I'm not using the drupal body field in the content type that contains my imagefield, but it still appears in the import form. So is there a way to hide it or not show fields that aren't being used? And in addition, use cck fields?
Comments
Comment #1
wulff commentedOne solution would be to have the module behave like node.module and hide the body field if there's no body label set.
At a later date this could be extended to make it possible to select which cck fields to include in each row of the import table.
Comment #2
wulff commentedI have added the body field stuff to the latest development version of the module. It will be available within 12 hours.
I'll create a separate issue for the field selection request.
Comment #3
wulff commentedThis has been fixed in version 1.9.
If the body field has been disabled in the content type settings it doesn't show up on the import form.
Comment #4
wulff commented