Add screen size popover in edit mode

This commit is contained in:
Manuel Ruwe
2023-01-11 20:37:46 +01:00
parent 4569f53fd0
commit e41f63345c
5 changed files with 67 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
{
"popover": {
"title": "Configuring for screen size \"{{size}}\"",
"description": "You are editing the size for your current screen"
},
"sizes": {
"small": "small",
"medium": "medium",
"large": "large"
}
}