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 b8504a7 commit bbc02b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ display:
pager: false
empty: false
css_class: false
header: false
empty:
node_listing_empty:
id: node_listing_empty
Expand All @@ -266,7 +267,7 @@ display:
empty: false
tokenize: false
content:
value: '<h2 class="visually-hidden">List of Blogs</h2>'
value: '<h2 class="visually-hidden">List of Blog Articles</h2>'
format: rich_text
plugin_id: text
cache_metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ display:
pager: false
style: false
row: false
header: false
hide_attachment_summary: true
css_class: 'views--layout views--layout--full-width'
pager:
Expand Down Expand Up @@ -278,7 +279,7 @@ display:
empty: false
tokenize: false
content:
value: '<h2 class="visually-hidden">List of News and Media</h2>'
value: '<h2 class="visually-hidden">List of News and Media Articles</h2>'
format: rich_text
plugin_id: text
cache_metadata:
Expand Down

0 comments on commit bbc02b9

Please sign in to comment.