Problem/Motivation
Replace IU Framework Feature chunk with Rivet Card with image and metadata. The main problem in the migration is that Rivet Card assumes the title (or entire card) is the link, and therefore there is no need for a button.
Steps to reproduce
Proposed resolution
- Does Feature have a link URL? If so use the URL.
- Does Feature have a link text? If so set it to the Card Title.
- Does Feature have a Heading text? If so, set it to the Card Title. This will overwrite the link text.
- Does Feature have a Description text?
- If so, set it to the Card Description.
- If not, does Feature have a Link text?
- If so, is link text already being used for Card Title?
- If not, is the link text more than just “Read More”?
- If so, set link text to Card Description.
- If not, leave Card Description empty.
- If not, leave Card Description empty.
- If not, is the link text more than just “Read More”?
- If not, leave Card Description empty.
- If so, is link text already being used for Card Title?
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork iu_paragraphs-3450235
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 #4
jwilson3