bigg_jack
bigg_jack

Reputation: 35

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.

Upvotes: 1

Views: 1240

Answers (1)

Muhammad Reda
Muhammad Reda

Reputation: 27023

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

Upvotes: 1

Related Questions