Skip to content

Commit

Permalink
Merge pull request #1437 from CuBoulder/issue/1398
Browse files Browse the repository at this point in the history
Articles by Person: On/off toggle
  • Loading branch information
jcsparks authored Oct 30, 2024
2 parents 2634998 + aa9b5e6 commit 9e6b970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/content/node--ucb-person.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
</div>
{% endif %}
</div>
{% if content.field_ucb_articles_by_person[0]['#markup'] == '1' %}
<div class="ucb-articles-by-person-block">
<person-article-list base-uri="{{ baseurlJSON }}" nodeid="{{ node.id }}">
<div id="ucb-person-article-block-title" style="display:none">
Expand All @@ -104,5 +105,6 @@
</div>
</person-article-list>
</div>
{% endif %}
</div>
</article>

0 comments on commit 9e6b970

Please sign in to comment.