Skip to content

Commit 2db4901

Browse files
PB-95: Video background for Row
- fix static tests
1 parent 4cd8e71 commit 2db4901

File tree

2 files changed

+2
-1
lines changed
  • app/code/Magento/PageBuilder/view
    • adminhtml/web/js/content-type/row
    • base/web/js/content-type/row/appearance/default

2 files changed

+2
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/row/preview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/base/web/js/content-type/row/appearance/default/widget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ define([
1919

2020
if ($element.data('background-type') === 'video') {
2121
videoBackground(config, $element[0]);
22+
2223
return;
2324
}
2425

0 commit comments

Comments
 (0)