remove unused indexed field property

This commit is contained in:
Bryan Housel
2014-07-21 19:06:24 -04:00
parent 804a523388
commit af0be9a59b
3 changed files with 1 additions and 6 deletions
-1
View File
@@ -299,7 +299,6 @@
"cuisine": {
"key": "cuisine",
"type": "combo",
"indexed": true,
"label": "Cuisine"
},
"denomination": {
+1 -2
View File
@@ -1,6 +1,5 @@
{
"key": "cuisine",
"type": "combo",
"indexed": true,
"label": "Cuisine"
}
}
-3
View File
@@ -79,9 +79,6 @@
"default": {
"type": "string"
},
"indexed": {
"type": "boolean"
},
"options": {
"type": "array",
"items": {