Skip to content

Commit

Permalink
BASIC-842 | See more news is sentence case BASIC-1012 | Fix See more …
Browse files Browse the repository at this point in the history
…news link on homepage block
  • Loading branch information
cynmij committed Sep 16, 2014
1 parent b477742 commit 96a056a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/stanford_news_views/stanford_news_views.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford News Views
description = Views for the stanford_news module and content type.
core = 7.x
package = Stanford
version = 7.x-1.0-alpha2
version = 7.x-1.0-alpha3
project = stanford_news_views
dependencies[] = ctools
dependencies[] = date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function stanford_news_views_views_default_views() {
'postpone_processing' => 0,
),
);
/* Field: Field: Featured Image */
/* Field: Field: Image */
$handler->display->display_options['fields']['field_s_image_info']['id'] = 'field_s_image_info';
$handler->display->display_options['fields']['field_s_image_info']['table'] = 'field_data_field_s_image_info';
$handler->display->display_options['fields']['field_s_image_info']['field'] = 'field_s_image_info';
Expand Down Expand Up @@ -465,7 +465,7 @@ function stanford_news_views_views_default_views() {
/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
$handler->display->display_options['use_more_always'] = TRUE;
$handler->display->display_options['use_more_text'] = 'See More News';
$handler->display->display_options['use_more_text'] = 'See more news';
$handler->display->display_options['link_display'] = 'custom_url';
$handler->display->display_options['access']['type'] = 'perm';
$handler->display->display_options['cache']['type'] = 'none';
Expand Down Expand Up @@ -678,7 +678,7 @@ function stanford_news_views_views_default_views() {
$handler->display->display_options['display_description'] = 'Homepage block of two items';
$handler->display->display_options['defaults']['use_more'] = FALSE;
$handler->display->display_options['use_more'] = TRUE;
$handler->display->display_options['link_url'] = 'news';
$handler->display->display_options['link_url'] = 'news/recent-news';
$handler->display->display_options['defaults']['pager'] = FALSE;
$handler->display->display_options['pager']['type'] = 'some';
$handler->display->display_options['pager']['options']['items_per_page'] = '2';
Expand Down

0 comments on commit 96a056a

Please sign in to comment.