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, leave Card Description empty.

Remaining tasks

User interface changes

API changes

Data model changes

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 committed 647a8a0e on 2.2.x
    Issue #3450235 by jwilson3: Rivet - Port Feature chunk to Rivet Card
    
jwilson3’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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