feat(app-widget): add layout option (#3875)

This commit is contained in:
Meier Lukas
2025-08-17 17:49:05 +02:00
committed by GitHub
parent d7b2298d14
commit acd09c8c02
5 changed files with 99 additions and 6 deletions

View File

@@ -1271,6 +1271,15 @@
},
"pingEnabled": {
"label": "Enable status check"
},
"layout": {
"label": "Layout",
"option": {
"row": "Horizontal",
"row-reverse": "Horizontal (reversed)",
"column": "Vertical",
"column-reverse": "Vertical (reversed)"
}
}
},
"error": {