Skip to content

Instantly share code, notes, and snippets.

@pdewouters
Last active May 9, 2017 14:19
Show Gist options
  • Save pdewouters/2b44be81f3e0f6ad810589d89baa371c to your computer and use it in GitHub Desktop.
Save pdewouters/2b44be81f3e0f6ad810589d89baa371c to your computer and use it in GitHub Desktop.
{
"features": [
{
"id": "1234",
"name": "about test",
"type": "feature-about",
"icon": "26",
"sorting": "manual",
"sections": [
{
"id": "1234",
"type": "about-section",
"title": "my about",
"content": "lorem ipsin"
},
{
"id": "534",
"type": "about-section",
"title": "my about 2",
"content": "lorem ipsin"
},
{
"id": "654",
"type": "about-section",
"title": "my about 3",
"content": "lorem ipsin"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment