🐛 Fix issue with shape

This commit is contained in:
Meierschlumpf
2023-01-07 09:23:10 +01:00
parent 2da206d5b0
commit 6e4938482e
2 changed files with 281 additions and 201 deletions

View File

@@ -112,13 +112,35 @@ export const AvailableElementTypes = ({
},
},
shape: {
location: {
x: 0,
y: 0,
sm: {
location: {
x: 0,
y: 0,
},
size: {
width: appTileDefinition.minWidth,
height: appTileDefinition.minHeight,
},
},
size: {
width: appTileDefinition.minWidth,
height: appTileDefinition.minHeight,
md: {
location: {
x: 0,
y: 0,
},
size: {
width: appTileDefinition.minWidth,
height: appTileDefinition.minHeight,
},
},
lg: {
location: {
x: 0,
y: 0,
},
size: {
width: appTileDefinition.minWidth,
height: appTileDefinition.minHeight,
},
},
},
integration: {