Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_ct_event
Commits
8a24a170
Commit
8a24a170
authored
Nov 07, 2018
by
Chris Shantz
Browse files
Merge tag '7.x-2.27' into 7.x-2.x
parents
16a4faf2
5e15dd3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
uw_ct_event.views_default.inc
uw_ct_event.views_default.inc
+2
-2
No files found.
uw_ct_event.views_default.inc
View file @
8a24a170
<?php
/**
* @file
* uw_ct_event.views_default.inc
...
...
@@ -2087,7 +2086,8 @@ echo uw_ct_web_page_filter_summary($data->field_body);
$handler
->
display
->
display_options
[
'defaults'
][
'title'
]
=
FALSE
;
$handler
->
display
->
display_options
[
'title'
]
=
'Events Feed'
;
$handler
->
display
->
display_options
[
'defaults'
][
'hide_admin_links'
]
=
FALSE
;
$handler
->
display
->
display_options
[
'pager'
][
'type'
]
=
'some'
;
$handler
->
display
->
display_options
[
'pager'
][
'type'
]
=
'none'
;
$handler
->
display
->
display_options
[
'pager'
][
'options'
][
'offset'
]
=
'0'
;
$handler
->
display
->
display_options
[
'style_plugin'
]
=
'rss'
;
$handler
->
display
->
display_options
[
'row_plugin'
]
=
'rss_fields'
;
$handler
->
display
->
display_options
[
'row_options'
][
'title_field'
]
=
'title'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment