The aim of this project is to reproduce the Image Attach module that was a submodule of the Drupal 6 Image module (https://www.drupal.org/project/image).
The functionality of the D6 Image Attach module was summarized in this comment - https://www.drupal.org/node/513096#comment-3954892 - as:
- IA1: a way of attaching image nodes to other nodes
- IA2: an inline form to create new image nodes on the fly while creating/editing other nodes, specifying just title and file
- IA3: allows restriction of attaching form to either just new nodes, or just existing nodes.
The first two are accomplished with Entityreference and Inline Entity Form. The third item is not yet doable: see #2056139: Add option in setting to "Prevent adding a new entity"..
Comments
Comment #1
joachim commentedComment #2
joachim commentedThis is done as much as can be in this module -- the remainder should be tackled with new features to IEF.