diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index ccfd4fe8a..f6ce80dfb 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -141,7 +141,11 @@ BI.prepares.push(function () { scrolly: false }, ob, {type: "bi.flex_vertical"}); } - return BI.extend({}, ob, {type: "bi.vtape"}); + return BI.extend({}, ob, { + type: "bi.td", + items: BI.map(ob.items, function (i, item) { + return [item]; + })}); }); BI.Plugin.configWidget("bi.left_right_vertical_adapt", function (ob) {