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

18 lines
345 B
TypeScript
Raw Normal View History

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: 16,
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
};