Skip to content

Commit

Permalink
Fixed data-asset-share-missing-image attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Jul 22, 2024
1 parent 21f216d commit cdacc14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class="cmp-image--card"
width="237px"
height="175px"
data-asset-share-missing-thumbnail="${properties['missingImage']}"
data-asset-share-missing-image="${properties['missingImage']}"
alt="${asset.properties['title']}"/>
</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a class="cmp-card__link" href="${assetDetails.url @ suffix = asset.path}">
<img src="${asset.properties['rendition?name=card'] || properties['missingImage'] @ context = 'attribute'}"
class="cmp-card__image"
data-asset-share-missing-thumbnail="${properties['missingImage']}"
data-asset-share-missing-image="${properties['missingImage']}"
alt="${asset.properties['title']}"/>
</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<td class="image">
<a href="${assetDetails.fullUrl}"><img src="${asset.properties['rendition?name=list'] || properties['missingImage'] @ context = 'attribute'}"
width="98px"
data-assets-share-missing-thumbnail="${properties['missingImage']}"
data-assets-share-missing-image="${properties['missingImage']}"
alt="${asset.properties['title']}"/></a>
</td>
<td class="header">
Expand Down

0 comments on commit cdacc14

Please sign in to comment.