File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
containers/PageConstructor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const Image = (props: ImageAllProps) => {
128128 const fullscreenItem = fullscreen === undefined || fullscreen ;
129129
130130 return (
131- < SliderBlock slidesToShow = { 1 } type = { SliderType . MediaCard } >
131+ < SliderBlock slidesToShow = { 1 } type = { SliderType . MediaCard } animated = { parallax } >
132132 { imageArray . map ( ( item , index ) => (
133133 < Fragment key = { index } >
134134 { fullscreenItem ? renderFullscreenImage ( item ) : imageOnly ( item ) }
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export interface PageConstructorProps {
5353
5454export const Constructor = ( props : PageConstructorProps ) => {
5555 const {
56- content : { blocks = [ ] , background = { } } = { } ,
56+ content : { blocks = [ ] , background} = { } ,
5757 renderMenu,
5858 shouldRenderBlock,
5959 navigation,
You can’t perform that action at this time.
0 commit comments