Skip to content

Instantly share code, notes, and snippets.

@dmje
Last active November 29, 2022 08:49
Show Gist options
  • Save dmje/1f025969a8941398bafe5f37adcda617 to your computer and use it in GitHub Desktop.
Save dmje/1f025969a8941398bafe5f37adcda617 to your computer and use it in GitHub Desktop.
{
"name": "Poopers",
"description": "My first widget.json.",
"data": {
"content_url": "https://thirty8.co.uk/"
},
"layouts": {
"hello_small": {
"size": "small",
"styles": {
"colors": {
"cool_purple": {
"color": "#ff0000"
}
}
},
"layers": [
{
"rows": [
{
"height": 12,
"cells": [
{
"width": 12,
"background_color_style": "red",
"text": {
"string": "oh yeh"
}
}
]
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment