Skip to content

Commit

Permalink
Remove product samples
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Apr 18, 2019
1 parent 534259d commit eafd234
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions Recipes/Product.recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,71 +90,6 @@
]
}
]
},
{
"name": "Content",
"data": [
{
"ContentItemId": "[js: uuid()]",
"ContentItemVersionId": "[js: uuid()]",
"ContentType": "Product",
"DisplayText": "Product 1",
"Latest": true,
"Published": true,
"Owner": "admin",
"Author": "admin",
"Product": {},
"PricePart": {
"Price": {
"Value": 10.0,
"Currency": "USD"
}
},
"ProductPart": {
"Sku": "SKU1"
},
"TitlePart": {
"Title": "Product 1"
},
"AutoroutePart": {
"Path": "product-1",
"SetHomepage": false
},
"HtmlBodyPart": {
"Html": "<p>Product 1</p>"
}
},
{
"ContentItemId": "[js: uuid()]",
"ContentItemVersionId": "[js: uuid()]",
"ContentType": "Product",
"DisplayText": "Product 2",
"Latest": true,
"Published": true,
"Owner": "admin",
"Author": "admin",
"Product": {},
"PricePart": {
"Price": {
"Value": 20.0,
"Currency": "USD"
}
},
"ProductPart": {
"Sku": "SKU2"
},
"TitlePart": {
"Title": "Product 2"
},
"AutoroutePart": {
"Path": "product-2",
"SetHomepage": false
},
"HtmlBodyPart": {
"Html": "<p>Product 2</p>"
}
}
]
}
]
}

0 comments on commit eafd234

Please sign in to comment.