add presets for Optical and Radio Telescopes

This commit is contained in:
Martin Raifer
2023-08-25 13:11:30 +02:00
parent 37f9772347
commit dd16e13388
4 changed files with 82 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"key": "telescope:type",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"optical": "Optical Telescope",
"radio": "Radio Telescope"
}
},
"icons": {
"optical": "temaki-telescope",
"radio": "roentgen-telescope-radio"
},
"autoSuggestions": true,
"customValues": true
}