Issue #2343841 by tripper54: Fixed Remove broken link to gawds.org.
parent
59b003ad85
commit
b653ff81be
|
@ -225,7 +225,7 @@ class ImageWidget extends FileWidget {
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
'#default_value' => isset($item['alt']) ? $item['alt'] : '',
|
'#default_value' => isset($item['alt']) ? $item['alt'] : '',
|
||||||
'#description' => t('This text will be used by screen readers, search engines, or when the image cannot be loaded.'),
|
'#description' => t('This text will be used by screen readers, search engines, or when the image cannot be loaded.'),
|
||||||
// @see http://www.gawds.org/show.php?contentid=28
|
// @see https://drupal.org/node/465106#alt-text
|
||||||
'#maxlength' => 512,
|
'#maxlength' => 512,
|
||||||
'#weight' => -12,
|
'#weight' => -12,
|
||||||
'#access' => (bool) $item['fids'] && $element['#alt_field'],
|
'#access' => (bool) $item['fids'] && $element['#alt_field'],
|
||||||
|
|
Loading…
Reference in New Issue