Skip to content

Instantly share code, notes, and snippets.

@jbaldo
Created September 19, 2020 21:24
Show Gist options
  • Save jbaldo/b71193582157cbef2780932a4e07956f to your computer and use it in GitHub Desktop.
Save jbaldo/b71193582157cbef2780932a4e07956f to your computer and use it in GitHub Desktop.
Contentful Central Program Import
{
"entries": [
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "tqd0xcamk1ij"
}
},
"type": "Entry",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"version": 5,
"publishedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "7KlfjcJSFRqdPrT3K0yilP"
}
},
"contentType": {
"sys": {
"type": "Link",
"linkType": "ContentType",
"id": "centralProgram"
}
}
},
"fields": {
"programName": {
"en": "Accounting",
"es": "Contabilidad"
},
"siteCode": {
"en": 936
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment