mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
remove unused indexed field property
This commit is contained in:
@@ -299,7 +299,6 @@
|
||||
"cuisine": {
|
||||
"key": "cuisine",
|
||||
"type": "combo",
|
||||
"indexed": true,
|
||||
"label": "Cuisine"
|
||||
},
|
||||
"denomination": {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"key": "cuisine",
|
||||
"type": "combo",
|
||||
"indexed": true,
|
||||
"label": "Cuisine"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,9 +79,6 @@
|
||||
"default": {
|
||||
"type": "string"
|
||||
},
|
||||
"indexed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user