-
Notifications
You must be signed in to change notification settings - Fork 0
Description
ProcessWire has the Page Reference field, however perhaps it would also benefit from an Image Reference field. Here's why this may be needed.
Let's say I have a page and it has a regular "Images" field where I can upload a bunch of images. Now let's say I also have a repeater matrix on that page to build various page blocks, and one of those matrix-types has 2 fields (let's say "body" and "image", where the "image" field is an single upload image fieldtype). There may be a situation where the image I want to put in that matrix "image" field has already been uploaded to the "Images" field I created for the template. So rather than upload it twice, it would be nice if there were a way to select an image from that images field, much like a page field.
This would prevent me from having to upload the image twice, or any other hackish workarounds.
Worthy of core?
Discussions similar to this are here:
https://processwire.com/talk/topic/10009-image-field-select-image-from-another-page/
Module (ProcessWireImageLink) -- I haven't tried this:
https://github.com/nikosch/ProcessWireImageLink