Skip to content

Instantly share code, notes, and snippets.

@marjakapyaho
Last active November 9, 2015 12:53
Show Gist options
  • Save marjakapyaho/385c02f0ddf316fdb1f7 to your computer and use it in GitHub Desktop.
Save marjakapyaho/385c02f0ddf316fdb1f7 to your computer and use it in GitHub Desktop.
var slide = {
"id": 878,
"template": "3-column",
"status": "visible",
"data": {
"title": "Data title",
"blocks": [
{
"id": 2,
"type": "text",
"content": [
{
"type": "plain",
"text": "consectetur adipiscing elit in erat mauris in erat mauris."
}
]
},
{
"id": 3,
"type": "text",
"content": [
{
"type": "plain",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In erat mauris."
},
{
"type": "numbered",
"text": [
"lorem ipsum",
"lalalla",
"something else"
]
}
]
},
{
"id": 4,
"type": "image",
"content": "image-url.jpg"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment