7ab6f5719f
move DEFAULT_WIDGET_SIZE to twenty-shared and use it in sync application manifest
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
export const DEFAULT_WIDGET_SIZE = {
|
|
default: { w: 4, h: 4 },
|
|
minimum: { w: 2, h: 2 },
|
|
};
|