Last active
December 15, 2023 09:17
-
-
Save sysarcher/b4527af3958249b28a4e8f73647bcc97 to your computer and use it in GitHub Desktop.
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
{ | |
"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