Skip to content

Instantly share code, notes, and snippets.

@tcorral
Created February 24, 2017 12:28
Show Gist options
  • Save tcorral/f4b8c8d2e03c7ff0d1c7ce811531ab0b to your computer and use it in GitHub Desktop.
Save tcorral/f4b8c8d2e03c7ff0d1c7ce811531ab0b to your computer and use it in GitHub Desktop.
{
"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