Skip to content

Commit

Permalink
[VACMS-19449]Add situation updates banner for vets-website to manipul…
Browse files Browse the repository at this point in the history
…ate (#2341)

* add banner for vets-website to manipulate

* remove aria labels

* also remove roles
  • Loading branch information
SnowboardTechie authored Nov 1, 2024
1 parent 54aaa70 commit 7367e01
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/site/components/banners.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
>{{ banner.body.processed }}</va-banner>
{% endfor %}

<!-- Situation Updates banner -->
<div data-widget-type="situation-updates-banner"></div>

<!-- Maintenance banner -->
<div
aria-label="Maintenance banner"
data-widget-type="maintenance-banner"
role="region"
></div>
<div data-widget-type="maintenance-banner"></div>

<!-- Derive visible promo banners. -->
{% assign visiblePromoBanners = promoBanners.entities | deriveVisibleBanners: entityUrl.path %}
Expand Down

0 comments on commit 7367e01

Please sign in to comment.