You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
layout: band_profile.webc
bandName: The Band
bandBio: The Band Bio
bandVideos:
- videoID: shEPwQPQG4I
videoName: Snotty
- videoID: ykn4XNDwW7Q
videoName: Kev Dev
---
band_profile.webc
<div webc:if="bandVideos">
<h2>Band Videos</h2>
<p @text="bandVideos[0].videoID"></p> // this works
<youtube-embed
webc:for="bandVideo in bandVideos"
:@videoid="bandVideo.videoID" // This does not work
></youtube-embed>
</div>
Issue Description:
The bandVideos array is not being rendered correctly in the band_profile.webc file. The youtube-embed element is not being rendered correctly. The expected behaviour is for the bandVideos array to be rendered with each youtube-embed element displaying the videoID of the corresponding object in the array.
Expected Results:
The bandVideos array should be rendered correctly with each youtube-embed element displaying the videoID of the corresponding object in the array.
Actual Results:
The bandVideos array 'videoID' is not being rendered in the band_profile.webc file.
The text was updated successfully, but these errors were encountered:
This may be the same issue as #179
band.md
band_profile.webc
Issue Description:
The
bandVideos
array is not being rendered correctly in theband_profile.webc
file. Theyoutube-embed
element is not being rendered correctly. The expected behaviour is for thebandVideos
array to be rendered with eachyoutube-embed
element displaying thevideoID
of the corresponding object in the array.Expected Results:
The
bandVideos
array should be rendered correctly with eachyoutube-embed
element displaying thevideoID
of the corresponding object in the array.Actual Results:
The
bandVideos
array 'videoID' is not being rendered in theband_profile.webc
file.The text was updated successfully, but these errors were encountered: