Created
November 27, 2019 15:11
-
-
Save jdcauley/83f82ab9aefcabf437f5047fc4ce556e 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": 1, | |
"slug": 'something-house-wives', | |
"title": 'Something House Wives", | |
// additional core meta data | |
"post": { | |
"html": "the html that would be rendered at servertime", | |
"editor_content": "editor version with whatever your shortcodes are" | |
}, | |
"author: { | |
}, | |
"imgs: [ | |
{ | |
"id": 1, | |
"full_res_url": "", | |
"alt_text": "", | |
// whatver other fields and meta data | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment