Skip to content

Commit d959ef7

Browse files
authored
VACMS-16982: CLP components to v3 (#1919)
* update accordion to v3 * update accordion to v3 * add bordered ---------
1 parent 988b6e0 commit d959ef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/site/layouts/campaign_landing_page.drupal.liquid

+3-1
Original file line numberDiff line numberDiff line change
@@ -461,15 +461,17 @@
461461
<h2 class="vads-u-margin-top--0">Frequently asked questions</h2>
462462

463463
<!-- Page-specific Questions/Answers -->
464-
<va-accordion bordered uswds="false">
464+
<va-accordion bordered uswds>
465465
{% for faqParagraph in fieldClpFaqParagraphs %}
466466
{% if faqParagraph.entity %}
467467
<va-accordion-item
468+
bordered
468469
class="va-accordion-item"
469470
header="{{ faqParagraph.entity.fieldQuestion }}"
470471
level="3"
471472
data-faq-entity-id="{{ faqParagraph.entity.entityId }}"
472473
id="{{ faqParagraph.entity.fieldQuestion | hashReference: 60 }}"
474+
uswds
473475
>
474476
{% assign fieldAnswer = faqParagraph.entity.fieldAnswer | first %}
475477
{% assign bundleComponent = "src/site/paragraphs/" | append: fieldAnswer.entity.entityBundle %}

0 commit comments

Comments
 (0)