Skip to content

Instantly share code, notes, and snippets.

@getflourish
Created October 10, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getflourish/3c95418fe69a285dfcdc63861ce5d11d to your computer and use it in GitHub Desktop.
Save getflourish/3c95418fe69a285dfcdc63861ce5d11d to your computer and use it in GitHub Desktop.
{
"collections": {
"projects": {
"projects/english-project-a": {
"id": "123",
"lang": "en",
"slug": "english-project-a",
"order": "2019-10-01",
"data": {
"title": "English Title",
"content": "English Content"
}
},
"projects/german-project-a": {
"id": "123",
"lang": "de",
"slug": "german-projekt-a",
"order": "2019-10-01",
"data": {
"title": "Deutscher Titel",
"content": "Deutscher Inhalt"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment