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

Commit

Permalink
[GCMSLG-107] Add hidden h2 to lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedjabar authored and Toby Bellwood committed Mar 31, 2019
1 parent 6b130b8 commit dff1baa
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,20 @@ display:
entity_type: node
plugin_id: node_listing_empty
css_class: 'views--layout views--layout--full-width'
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: false
tokenize: false
content:
value: '<h2 class="visually-hidden">List of Blogs</h2>'
format: rich_text
plugin_id: text
cache_metadata:
max-age: -1
contexts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,20 @@ display:
plugin_id: search_api_options
sorts: { }
title: Events
header: { }
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: false
tokenize: false
content:
value: '<h2 class="visually-hidden">List of Events</h2>'
format: rich_text
plugin_id: text
footer: { }
empty: { }
relationships: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,20 @@ display:
label: ''
granularity: second
title: 'FOI Requests'
header: { }
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: false
tokenize: false
content:
value: '<h2 class="visually-hidden">List of FOI Requests</h2>'
format: rich_text
plugin_id: text
footer: { }
empty: { }
relationships: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,20 @@ display:
options:
relationship: none
view_mode: teaser_small
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: false
tokenize: false
content:
value: '<h2 class="visually-hidden">List of News and Media</h2>'
format: rich_text
plugin_id: text
cache_metadata:
max-age: -1
contexts:
Expand Down

0 comments on commit dff1baa

Please sign in to comment.