mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-18 18:37:18 +02:00
add presets for Optical and Radio Telescopes
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user