Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Pass item input into published content query items
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Aug 14, 2019
1 parent e386a24 commit 157a303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/components/published-content/query.marko
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $ const adCardInput = {
image-options={ w: 630, h: 270, fit: "crop", crop: "focalpoint", fpX: 0.5, fpY: 0.5 }
image-position="top"
modifiers=["card"]
...input.item
/>
</div>
<if(index === 1 || index === 6)>
Expand Down Expand Up @@ -75,6 +76,7 @@ $ const adCardInput = {
image-width=75
image-height=75
with-image=input.withImage
...input.item
/>
</@item>
</endeavor-item-list>
Expand Down

0 comments on commit 157a303

Please sign in to comment.