Selaa lähdekoodia

make json more compact

Daniel Sheffield 8 kuukautta sitten
vanhempi
sitoutus
f8ec893934
1 muutettua tiedostoa jossa 40 lisäystä ja 74 poistoa
  1. 40 74
      sqlpage/sqlpage/json/filters.json

+ 40 - 74
sqlpage/sqlpage/json/filters.json

@@ -1,76 +1,42 @@
 [
-    {
-        "name": "products[]",
-        "label": "Products",
-        "type": "select",
-        "dropdown": true,
-        "multiple": true,
-        "width": 4
-    },
-    {
-        "name": "categories[]",
-        "label": "Categories",
-        "type": "select",
-        "dropdown": true,
-        "multiple": true,
-        "width": 4
-    },
-    {
-        "name": "groups[]",
-        "label": "Groups",
-        "type": "select",
-        "dropdown": true,
-        "multiple": true,
-        "width": 4
-    },
-    {
-        "name": "tags[]",
-        "label": "Tags",
-        "type": "select",
-        "dropdown": true,
-        "multiple": true,
-        "width": 4
-    },
-    {
-        "name": "unit_volume",
-        "label": "Unit (vol.)",
-        "type": "select",
-        "multiple": false,
-        "dropdown": true,
-        "width": 2
-    },
-    {
-        "name": "unit_mass",
-        "label": "Unit (mass)",
-        "type": "select",
-        "multiple": false,
-        "dropdown": true,
-        "width": 2
-    },
-    {
-        "name": "unit_count[]",
-        "label": "Unit (count)",
-        "type": "select",
-        "multiple": true,
-        "dropdown": true,
-        "width": 4
-    },
-    {
-        "name": "start",
-        "label": "From",
-        "type": "date",
-        "width": 2
-    },
-    {
-        "name": "end",
-        "label": "To",
-        "type": "date",
-        "width": 2
-    },
-    {
-        "name": "log_scale",
-        "label": "Log Scale",
-        "type": "checkbox",
-        "width": 2
-    }
+  { "name": "products[]", "label": "Products",
+    "type": "select", "dropdown": true, "multiple": true,
+    "width": 4
+  },
+  { "name": "categories[]", "label": "Categories",
+    "type": "select", "dropdown": true, "multiple": true,
+    "width": 4
+  },
+  { "name": "groups[]", "label": "Groups",
+    "type": "select", "dropdown": true, "multiple": true,
+    "width": 4
+  },
+  { "name": "tags[]", "label": "Tags",
+    "type": "select", "dropdown": true, "multiple": true,
+    "width": 4
+  },
+  { "name": "unit_volume", "label": "Unit (vol.)",
+    "type": "select", "multiple": false, "dropdown": true,
+    "width": 2
+  },
+  { "name": "unit_mass", "label": "Unit (mass)",
+    "type": "select", "multiple": false, "dropdown": true,
+    "width": 2
+  },
+  { "name": "unit_count[]", "label": "Unit (count)",
+    "type": "select", "multiple": true, "dropdown": true,
+    "width": 4
+  },
+  { "name": "start", "label": "From",
+    "type": "date",
+    "width": 2
+  },
+  { "name": "end", "label": "To",
+    "type": "date",
+    "width": 2
+  },
+  { "name": "log_scale", "label": "Log Scale",
+    "type": "checkbox",
+    "width": 2
+  }
 ]