2021-05-18 18:29:39 +00:00
|
|
|
import { GridDefaults } from "constants/WidgetConstants";
|
|
|
|
|
|
2020-02-13 09:32:24 +00:00
|
|
|
export default {
|
|
|
|
|
widgetName: "MainContainer",
|
2020-03-27 09:02:11 +00:00
|
|
|
backgroundColor: "none",
|
2020-02-13 09:32:24 +00:00
|
|
|
rightColumn: 1242,
|
2021-05-18 18:29:39 +00:00
|
|
|
snapColumns: GridDefaults.DEFAULT_GRID_COLUMNS,
|
2020-02-13 09:32:24 +00:00
|
|
|
widgetId: "0",
|
|
|
|
|
topRow: 0,
|
2020-03-27 09:02:11 +00:00
|
|
|
bottomRow: 1292,
|
2020-02-13 09:32:24 +00:00
|
|
|
parentRowSpace: 1,
|
2020-03-27 09:02:11 +00:00
|
|
|
type: "CANVAS_WIDGET",
|
|
|
|
|
detachFromLayout: true,
|
|
|
|
|
minHeight: 1292,
|
2020-11-12 11:23:32 +00:00
|
|
|
dynamicBindingPathList: {},
|
2020-02-13 09:32:24 +00:00
|
|
|
parentColumnSpace: 1,
|
|
|
|
|
leftColumn: 0,
|
2020-08-20 19:54:18 +00:00
|
|
|
children: [],
|
2020-02-13 09:32:24 +00:00
|
|
|
};
|