Created
January 19, 2020 13:50
-
-
Save kasunkv/310cdc16e47a74b0427ecdbff9c1b1f9 to your computer and use it in GitHub Desktop.
Using the MusicStore.Browser feature filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"FeatureManagement": { | |
... | |
"Suggestion.User": { | |
"EnabledFor": [ | |
{ | |
"Name": "MusicStore.Browser", | |
"Parameters": { | |
"AllowedBrowsers": [ | |
"Chrome", | |
"Firefox" | |
] | |
} | |
} | |
] | |
} | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment