Skip to content

Commit

Permalink
Merge pull request #19 from imthiyas165/cbrelease-4.8.17
Browse files Browse the repository at this point in the history
Added mobile feature config json
  • Loading branch information
venkykandagaddala authored Aug 23, 2024
2 parents e425f86 + 9eb1938 commit 1e804af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions iGOT/client-assets/assets/mobile_app/config/feature_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mentorship": {
"isEnabled": true
},
"serverMaintenance": {
"isEnabled": false
},
"nudges": {},
"overrideTheme": {
"isEnabled": false,
"logoUrl": "/assets/instances/eagle/app_logos/mobile_animation_file.json",
"logoText": "75th Republic Day",
"backgroundColors": ["0xffF8DACE", "0xffFFFFFF", "0xffCBEED2"]
}
}

0 comments on commit 1e804af

Please sign in to comment.