Explorar el Código

Add vehicle configuration

vbea hace 2 años
padre
commit
8e6c884ebf
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      Strides-APP/app.json

+ 7 - 1
Strides-APP/app.json

@@ -31,7 +31,13 @@
     "drawer": true,
     "summary": true,
     "anzPayment": false,
-    "vehicleModel": false,
     "paymentMethod": false
+  },
+  "vehicle": {
+    "newVersionPage": false,
+    "showLicencePlate": true,
+    "showRequiredAsterisk": false,
+    "requireConnectorType": true,
+    "requireImageUpload": true
   }
 }