feat(app-widget): show description in widget (#3876)

This commit is contained in:
Meier Lukas
2025-08-29 20:50:51 +02:00
committed by GitHub
parent 5168cba8e4
commit c3461677e8
6 changed files with 116 additions and 17 deletions

View File

@@ -1266,9 +1266,6 @@
"showTitle": {
"label": "Show app name"
},
"showDescriptionTooltip": {
"label": "Show description tooltip"
},
"pingEnabled": {
"label": "Enable status check"
},
@@ -1280,6 +1277,15 @@
"column": "Vertical",
"column-reverse": "Vertical (reversed)"
}
},
"descriptionDisplayMode": {
"label": "Description display mode",
"description": "Choose how to display the app description",
"option": {
"normal": "Within widget",
"tooltip": "As tooltip",
"hidden": "Hidden"
}
}
},
"error": {