feat(app-widget): show description in widget (#3876)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user