how to set file alt and title attribute in the media.module
Hi, I try to adapt the new media module for my new drupal7-site, but I didn't find anything to set the alt and title attributes for files in the popup of the media-widget. Neither in version 2.x nor in version 1.x. Is there another place where I can set those strings? I also thought about using two fields via the entity-API to store the data, but I think there has to be another way. How do you set title and alt attributes when you use the media module? regards, Roman
You can find a list of uploaded media at /admin/content/media Use the "Edit" links to add titles. Neil On Fri, Dec 2, 2011 at 4:57 AM, Roman Zimmermann <zwirbeltier@gmail.com>wrote:
Hi,
I try to adapt the new media module for my new drupal7-site, but I didn't find anything to set the alt and title attributes for files in the popup of the media-widget. Neither in version 2.x nor in version 1.x. Is there another place where I can set those strings? I also thought about using two fields via the entity-API to store the data, but I think there has to be another way. How do you set title and alt attributes when you use the media module?
regards, Roman -- [ Drupal support list | http://lists.drupal.org/ ]
2011/12/3 Neil Adair <neiltadair@gmail.com>:
You can find a list of uploaded media at /admin/content/media Use the "Edit" links to add titles.
I don't see any fields for the title or alt attribute there. Only some fields that are obviously added by the metadata module and the tags field from media_browser_plus. Any suggestions? Roman
participants (2)
-
Neil Adair -
Roman Zimmermann