External Contexts
Specifications on pulling in dynamic data for use in DevHub
Overview
Options
Example External Context File
[
{
"product_id": 12345,
"product_name": "Product 1",
"price": "$55.99",
"features": ["Feature 1", "Feature 2"],
"images": {
"large": "https://example.com/large-image.jpg",
"small": "https://example.com/small-image.jpg"
}
},
{
"product_id": 54321,
"product_name": "Product 2",
"price": "$19.99",
"features": ["Feature 3", "Feature 4"],
"images": {
"large": "https://example.com/large-image-2.jpg",
"small": "https://example.com/small-image-2.jpg"
}
},
...
]Configuration Settings
Using data within templates and themes
Last updated
Was this helpful?