Skip to content

Instantly share code, notes, and snippets.

@railsstudent
Last active September 22, 2023 00:48
Show Gist options
  • Save railsstudent/7c8d4b6b6158812e02ca8efcc5259127 to your computer and use it in GitHub Desktop.
Save railsstudent/7c8d4b6b6158812e02ca8efcc5259127 to your computer and use it in GitHub Desktop.
Create user preferences for demo
{
"preferences": {
"top": {
"backgroundColor": "yellow",
"border": "1px solid black",
"color": "rebeccapurple",
"fontSize": "36px",
"textAlign": "center"
},
"content": {
"backgroundColor": "cyan",
"border": "1px solid black"
},
"label": {
"color": "gray",
"fontSize": "18px"
},
"font": {
"color": "rebeccapurple",
"fontSize": "18px",
"fontStyle": "italic",
"fontWeight": "600"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment