Skip to content

Commit

Permalink
fixing BlockVideo import, adding autplay property to video data
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Dec 6, 2024
1 parent 14e3021 commit 692bac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ export const HeroVideo = {
blockType: 'VideoBlock',
video: BaseVideoData,
caption: 'Lorem ipsum dolor sit amet',
credit: 'NASA/JPL'
credit: 'NASA/JPL',
autoplay: true
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ import BlockImageStandard from './../../components/BlockImage/BlockImageStandard
import BlockLinkCarousel from './../../components/BlockLinkCarousel/BlockLinkCarousel.vue'
import ShareButtons from './../../components/ShareButtons/ShareButtons.vue'
import BlockText from './../../components/BlockText/BlockText.vue'
import BlockVideo from './../../components/BlockText/BlockText.vue'
import BlockVideo from './../../components/BlockVideo/BlockVideo.vue'
export default defineComponent({
name: 'PageNewsDetail',
Expand Down

0 comments on commit 692bac5

Please sign in to comment.