Make analytics and groups view disable for mobile plugins

revert-dabc3590
Rasika Perera 8 years ago
parent 8cbd68bcc6
commit a40ce98698

@ -1,6 +1,8 @@
{ {
"deviceType": { "deviceType": {
"label": "Android", "label": "Android",
"category" : "mobile" "category": "mobile",
} "analyticsEnabled": "false",
"groupingEnabled": "false"
}
} }

@ -1,6 +1,8 @@
{ {
"deviceType": { "deviceType": {
"label": "Windows", "label": "Windows",
"category" : "mobile" "category": "mobile",
} "analyticsEnabled": "false",
"groupingEnabled": "false"
}
} }

Loading…
Cancel
Save