drupaldrupal-7drupal-fields

How can i add list(image) field in drupal 7?


I'm using Drupal 7 + Ubercart. Have to add a field with easy selecting from images (52 logo images of producers), that are already uploaded and will be used every time, when i'm adding new product.


Solution

  • Use Media module. From media documentation

    Media provides a multimedia browser which allows a user to view and search through all of the multimedia currently added to a site.

    After enabling the module, go to your content type Manage fields page, and change the widget of your image field to Media file selector.

    Screenshot for your field settings. screenshot

    Screenshot for Media browser screenshot2