Skip to content

Instantly share code, notes, and snippets.

@HeadStudios
Created August 30, 2022 07:36
Show Gist options
  • Save HeadStudios/e1545edb46b7aa54b7e628a8f7107c7f to your computer and use it in GitHub Desktop.
Save HeadStudios/e1545edb46b7aa54b7e628a8f7107c7f to your computer and use it in GitHub Desktop.
[{"layout":"product_single","key":"fFgcTWS0Bz9I7LXP","attributes":{"product_name":"Product #1","product_feature":"This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ","product_benefit":"This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required."}},{"layout":"product_single","key":"fFgcTWS0Bz9I7LOG","attributes":{"product_name":"Product Meta Mystery","product_feature":"This was created as a mystery - are you not entertained?","product_benefit":"The benefit is not important - what's important is this random key. "}},{"layout":"product_single","key":"y7Y0EpJWi1FULM84","attributes":{"product_name":"Product #2","product_feature":"Product #2 Feature","product_benefit":"Product #2 Benefit"}},{"layout":"product_single","key":"RalsujDnORZMEcFV","attributes":{"product_name":"Product #3","product_feature":"Product #3 Feature","product_benefit":"Product #3 Benefit"}}]
// or more elegantly if can't be bothered to paste into JSON formatter
[
{
"layout": "product_single",
"key": "fFgcTWS0Bz9I7LXP",
"attributes": {
"product_name": "Product #1",
"product_feature": "This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ",
"product_benefit": "This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required."
}
},
{
"layout": "product_single",
"key": "y7Y0EpJWi1FULM84",
"attributes": {
"product_name": "Product #2",
"product_feature": "Product #2 Feature",
"product_benefit": "Product #2 Benefit"
}
},
{
"layout": "product_single",
"key": "RalsujDnORZMEcFV",
"attributes": {
"product_name": "Product #3",
"product_feature": "Product #3 Feature",
"product_benefit": "Product #3 Benefit"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment