Last active
February 12, 2017 08:00
-
-
Save mzalewski/6eaba96b4d9139c003cf98369398deae 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
{ | |
"id": 1800, | |
"date": "2017-01-31T00:00:00", | |
"post_title": "My Page Title", | |
"post_content": "Featured Images", | |
"content_buckets": { | |
"images": [ | |
{ | |
"id": "cb5df5c5-3128-4dc1-b5e4-19144f1dbbbb", | |
"attachment_id": 1848, | |
"image_url": "http://mysite.com/wp-content/uploads/2017/02/sample.jpg" | |
}, | |
{ | |
"id": "19144f1d-4dc1-3128-b5e4-bb5cbdfb55af", | |
"attachment_id": 1849, | |
"image_url": "http://mysite.com/wp-content/uploads/2017/02/sample2.jpg" | |
} | |
], | |
"headings": [ | |
{ | |
"id": "a793acf9-f3d6-44c2-a157-f21b21cc5bf3", | |
"text": "Featured Images" | |
} | |
] | |
}, | |
"page_layout": [ | |
{ "h1": "headings#a793acf9-f3d6-44c2-a157-f21b21cc5bf3" }, | |
{ | |
"grid": [ | |
{ "img":"images#cb5df5c5-3128-4dc1-b5e4-19144f1dbbbb" }, | |
{ "img":"images#19144f1d-4dc1-3128-b5e4-bb5cbdfb55af" } | |
] | |
}, | |
{ | |
"html": "<b>The images above are featured" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment