Loading components/process-list/paragraph--uswds-process-list.html.twig +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ {% for key, item in content.field_process_items if key|first != '#' %} <li class="usa-process-list__item"> <h4 class="usa-process-list__heading">{{ item['#paragraph'].field_header.value }}</h4> {{ item['#paragraph'].field_text.value }} {{ item['#paragraph'].field_text|view }} </li> {% endfor %} </ol> Loading Loading
components/process-list/paragraph--uswds-process-list.html.twig +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ {% for key, item in content.field_process_items if key|first != '#' %} <li class="usa-process-list__item"> <h4 class="usa-process-list__heading">{{ item['#paragraph'].field_header.value }}</h4> {{ item['#paragraph'].field_text.value }} {{ item['#paragraph'].field_text|view }} </li> {% endfor %} </ol> Loading