Last active
May 9, 2017 14:19
-
-
Save pdewouters/2b44be81f3e0f6ad810589d89baa371c 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
{ | |
"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