Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add product video functionality
issue: NEXT-34225
author: Elias Lackner
author_email: [email protected]
author_github: @lacknere
---
- Added
core.listing.autoplayVideoInListing
system config.
- Added
utilities/video.html.twig
template. - Added block
component_line_item_video
tocomponent/line-item/element/image.html.twig
template. - Added block
component_product_box_video
tocomponent/product/card/box-standard.html.twig
template. - Added video implementation to
component/line-item/element/image.html.twig
,component/product/card/box-standard.html.twig
,component/product/quickview/minimal.html.twig
,element/cms-element-image-gallery.html.twig
andlayout/header/search-suggest.html.twig
templates. - Added
.gallery-slider-thumbnails-play-button
styles incomponent/_gallery-slider.scss
.