Created
February 24, 2017 12:28
-
-
Save tcorral/f4b8c8d2e03c7ff0d1c7ce811531ab0b 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
{ | |
"name:": "Product Name", | |
"title": "Title", | |
"subtitle": "Subtitle", | |
"description": "<p>Descripti<strong>on</strong></p", | |
"usagesTitle": "Usages", | |
"usages": [ | |
{ | |
"item": "Usage 1" | |
}, | |
{ | |
"item": "Usage 2" | |
} | |
], | |
"briefBenefits": [ | |
{ | |
"item": "Brief Benefit 1" | |
}, | |
{ | |
"item": "Brief Benefit 2" | |
} | |
], | |
"benefits": [ | |
{ | |
"key": "Key 1", | |
"paragraphs": [ | |
{ | |
"intitle": "Paragraph title 1", | |
"content": "<p>My paragraph content 1</p>" | |
}, | |
{ | |
"intitle": "Paragraph title 2", | |
"content": "<p>My paragraph content 2</p>" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment