Files
shopify-react-editor-template/app/about/page.json
T
2026-08-09 16:00:10 -04:00

43 lines
823 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"root": {
"props": {
"title": "About — Shop",
"description": "About Shop.",
"ogImage": ""
}
},
"content": [
{
"type": "header",
"props": {
"id": "header"
},
"synced": true
},
{
"type": "content-section",
"props": {
"id": "about-intro",
"eyebrow": "Our story",
"heading": "About",
"body": "Tell your stores story here.\n\nBlank lines start a new paragraph. Everything on this page is editable at /editor?route=/about.",
"imageUrl": "",
"imageAlt": ""
}
},
{
"type": "footer",
"props": {
"id": "footer"
},
"synced": true
},
{
"type": "store-assistant",
"props": {
"id": "store-assistant"
}
}
]
}