39 lines
633 B
JSON
39 lines
633 B
JSON
{
|
|
"root": {
|
|
"props": {
|
|
"title": "Search",
|
|
"description": "Search the catalogue by product name, description or type.",
|
|
"ogImage": ""
|
|
}
|
|
},
|
|
"content": [
|
|
{
|
|
"type": "header",
|
|
"props": {
|
|
"id": "header"
|
|
},
|
|
"synced": true
|
|
},
|
|
{
|
|
"type": "search-results",
|
|
"props": {
|
|
"id": "search-results",
|
|
"title": "Search"
|
|
}
|
|
},
|
|
{
|
|
"type": "footer",
|
|
"props": {
|
|
"id": "footer"
|
|
},
|
|
"synced": true
|
|
},
|
|
{
|
|
"type": "store-assistant",
|
|
"props": {
|
|
"id": "store-assistant"
|
|
}
|
|
}
|
|
]
|
|
}
|