PromucFlow_constructor/app/client/src/templates/default.ts

20 lines
435 B
TypeScript
Raw Normal View History

import { GridDefaults } from "constants/WidgetConstants";
2020-02-13 09:32:24 +00:00
export default {
widgetName: "MainContainer",
backgroundColor: "none",
2020-02-13 09:32:24 +00:00
rightColumn: 1242,
snapColumns: GridDefaults.DEFAULT_GRID_COLUMNS,
2020-02-13 09:32:24 +00:00
widgetId: "0",
topRow: 0,
bottomRow: 1292,
2020-02-13 09:32:24 +00:00
parentRowSpace: 1,
type: "CANVAS_WIDGET",
detachFromLayout: true,
minHeight: 1292,
dynamicBindingPathList: {},
2020-02-13 09:32:24 +00:00
parentColumnSpace: 1,
leftColumn: 0,
children: [],
2020-02-13 09:32:24 +00:00
};