Fix fields of historic=aircraft (#1566)

This commit is contained in:
novoLife
2025-06-03 12:55:39 +08:00
committed by GitHub
parent 206d6c240d
commit 772233c8b5
5 changed files with 12 additions and 17 deletions
-5
View File
@@ -1,5 +0,0 @@
{
"key": "aircraft:model",
"type": "combo",
"label": "Aircraft Model"
}
-9
View File
@@ -1,9 +0,0 @@
{
"key": "aircraft:model:wikidata",
"keys": [
"aircraft:model:wikidata",
"aircraft:model:wikipedia"
],
"type": "wikidata",
"label": "Aircraft Model Wikidata"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "aircraft:type",
"type": "combo",
"type": "semiCombo",
"label": "Type",
"strings": {
"options": {
+9
View File
@@ -0,0 +1,9 @@
{
"key": "model:wikidata",
"keys": [
"model:wikidata",
"model:wikipedia"
],
"type": "wikidata",
"label": "Model Wikidata"
}
+2 -2
View File
@@ -4,11 +4,11 @@
"name",
"start_date",
"aircraft/type",
"aircraft/model"
"model"
],
"moreFields": [
"ref",
"aircraft/model/wikidata",
"model/wikidata",
"manufacturer",
"manufacturer/wikidata",
"description"