Last active
November 9, 2015 12:53
-
-
Save marjakapyaho/385c02f0ddf316fdb1f7 to your computer and use it in GitHub Desktop.
This file contains 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
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