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

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
| Comment | File | Size | Author |
|---|---|---|---|
| IULD8-1774.png | 226.95 KB | jwilson3 |
Issue fork iu_paragraphs-3543179
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
Comment #2
jwilson3Comment #5
jwilson3This has been fixed and released in version 2.2.6.