We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988b6e0 commit d959ef7Copy full SHA for d959ef7
src/site/layouts/campaign_landing_page.drupal.liquid
@@ -461,15 +461,17 @@
461
<h2 class="vads-u-margin-top--0">Frequently asked questions</h2>
462
463
<!-- Page-specific Questions/Answers -->
464
- <va-accordion bordered uswds="false">
+ <va-accordion bordered uswds>
465
{% for faqParagraph in fieldClpFaqParagraphs %}
466
{% if faqParagraph.entity %}
467
<va-accordion-item
468
+ bordered
469
class="va-accordion-item"
470
header="{{ faqParagraph.entity.fieldQuestion }}"
471
level="3"
472
data-faq-entity-id="{{ faqParagraph.entity.entityId }}"
473
id="{{ faqParagraph.entity.fieldQuestion | hashReference: 60 }}"
474
+ uswds
475
>
476
{% assign fieldAnswer = faqParagraph.entity.fieldAnswer | first %}
477
{% assign bundleComponent = "src/site/paragraphs/" | append: fieldAnswer.entity.entityBundle %}
0 commit comments