Problem/Motivation

The Rivet Card component contains a "metadata" field which is present on the backend Paragraph Edit form, but is never rendered on the front end.

See https://rivet.iu.edu/components/card/?example=card-with-image-and-metadata

screenshot demonstrating the bug

Proposed resolution

Properly render the card metadata field in templates/paragraph--iu-feature.html.twig

 {% if meta %}
 <div class="rvt-card__meta">
   {{ meta }}
 </div>
 {% endif %}

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
IULD8-1774.png226.95 KBjwilson3
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jwilson3 created an issue. See original summary.

jwilson3’s picture

  • jwilson3 committed 53251357 on 2.2.x
    [#3543179] fix: Properly render the Card component metadata field
    
jwilson3’s picture

Status: Active » Fixed

This has been fixed and released in version 2.2.6.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.