Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Add alt tag to image
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed May 1, 2014
1 parent 69de79e commit 0813419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hot_primary_tout.features.defaultconfig.inc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function hot_primary_tout_defaultconfig_field_default_fields() {
'label' => '1/3 Image',
'required' => 0,
'settings' => array(
'alt_field' => 0,
'alt_field' => 1,
'default_image' => 0,
'file_directory' => '',
'file_extensions' => 'png gif jpg jpeg',
Expand Down
2 changes: 1 addition & 1 deletion hot_primary_tout.features.field_instance.inc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function hot_primary_tout_field_default_field_instances() {
'label' => '1/3 Image',
'required' => 0,
'settings' => array(
'alt_field' => 0,
'alt_field' => 1,
'default_image' => 0,
'file_directory' => '',
'file_extensions' => 'png gif jpg jpeg',
Expand Down

0 comments on commit 0813419

Please sign in to comment.