Skip to content

Commit

Permalink
VA-16921: Add Prep for Visit to VBA template
Browse files Browse the repository at this point in the history
  • Loading branch information
maxx1128 committed Feb 7, 2024
1 parent 7f65243 commit 3991772
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions src/site/layouts/vba_facility.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,29 @@
%}
</div>

<h2 class="vads-u-line-height--1 vads-u-margin-bottom--3">
Prepare for your visit
</h2>
{% if fieldPrepareForVisit %}
<h2 class="vads-u-line-height--1 vads-u-margin-bottom--3">
Prepare for your visit
</h2>

<p>
Select a topic to learn more.
</p>

<div class="vads-u-margin-bottom--3">
<va-accordion uswds bordered id="vba-regional-facilities-accordion-prepare-for-visit">
{% for prepareObj in fieldPrepareForVisit %}
<va-accordion-item uswds
class="va-accordion-item"
id="vba-service-item-{{ prepareObj.entity.id }}"
header="{{ prepareObj.entity.fieldHeader }}"
level="3">
{{ prepareObj.entity.fieldRichWysiwyg.processed | drupalToVaPath | phoneLinks }}
</va-accordion-item>
{% endfor %}
</va-accordion>
</div>
{% endif %}

<h2 class="vads-u-line-height--2 vads-u-margin-bottom--3">
In the spotlight at {{ entityLabel }}
Expand Down

0 comments on commit 3991772

Please sign in to comment.