Skip to content

Instantly share code, notes, and snippets.

@sysarcher
Last active December 15, 2023 09:17
Show Gist options
  • Save sysarcher/b4527af3958249b28a4e8f73647bcc97 to your computer and use it in GitHub Desktop.
Save sysarcher/b4527af3958249b28a4e8f73647bcc97 to your computer and use it in GitHub Desktop.
{
"flags": {
"show-welcome-banner": {
"state": "ENABLED",
"variants": {
"on": true,
"off": false
},
"defaultVariant": "off"
},
"background-color": {
"state": "ENABLED",
"variants": {
"red": "#FF0000",
"blue": "#0000FF",
"green": "#00FF00",
"yellow": "#FFFF00"
},
"defaultVariant": "red"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment