Skip to content

Instantly share code, notes, and snippets.

@hatertron3000
Created October 5, 2019 22:35
Show Gist options
  • Save hatertron3000/be71a00685dcadb1747d531bd2ecd4c5 to your computer and use it in GitHub Desktop.
Save hatertron3000/be71a00685dcadb1747d531bd2ecd4c5 to your computer and use it in GitHub Desktop.
Example .stencil file that maps a custom category template called react-demo.html to the page url /shop-all/
{
"normalStoreUrl": "https://<store-domain>",
"accessToken": "<api-token>",
"port": 3000,
"customLayouts": {
"brand": {},
"category": {
"react-demo.html": "/shop-all/"
},
"page": {},
"product": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment