Files
twenty/packages/twenty-shared/src/constants/DefaultWidgetSize.ts
T
martmull 7ab6f5719f Update default widget gridPosition (#20740)
move DEFAULT_WIDGET_SIZE to twenty-shared and use it in sync application
manifest
2026-05-20 06:15:53 +00:00

5 lines
94 B
TypeScript

export const DEFAULT_WIDGET_SIZE = {
default: { w: 4, h: 4 },
minimum: { w: 2, h: 2 },
};