This commit is contained in:
Jason
2026-04-11 00:04:09 -05:00
commit 7a2fffd62e
110 changed files with 51809 additions and 0 deletions
+106
View File
@@ -0,0 +1,106 @@
[
{
"id": "404",
"productCode": "404",
"category": "STORMS",
"description": "#404 FALCON STORM WINDOWS",
"discontinued": false,
"location": "Iola",
"baseType": "Window",
"subType": {
"door": null,
"window": "Storm Window"
},
"materials": [
"Aluminum"
],
"colors": [
"Black",
"White",
"Bronze",
"Sandstone"
],
"isAccessory": false,
"compatibleAccessories": [],
"image": "images/404.jpg",
"imageConfig": {
"layered": true,
"basePath": "images/products/404/",
"layers": {
"base": "base.jpg",
"door": {
"white": "door-white.png",
"black": "door-black.png",
"bronze": "door-bronze.png",
"sandstone": "door-sandstone.png"
},
"hardware": "handle.png"
}
}
},
{
"id": "450",
"productCode": "450",
"category": "STORMS",
"description": "#450 RAVEN STORM WINDOWS",
"discontinued": false,
"location": "Iola",
"baseType": "Window",
"subType": {
"door": null,
"window": "Storm Window"
},
"materials": [
"Aluminum"
],
"colors": [
"Black",
"Bronze"
],
"isAccessory": false,
"compatibleAccessories": [],
"image": "images/450.jpg"
},
{
"id": "505",
"productCode": "505",
"category": "DOORS",
"description": "#505 STORM DOOR",
"discontinued": false,
"location": "Iola",
"baseType": "Door",
"subType": {
"door": "Storm Door",
"window": null
},
"materials": [
"Aluminum",
"Vinyl"
],
"colors": [
"White",
"Black",
"Bronze",
"Tan"
],
"isAccessory": false,
"compatibleAccessories": ["ACC-001", "ACC-002"],
"image": "images/505.jpg",
"imageConfig": {
"layered": true,
"basePath": "images/products/505/",
"layers": {
"base": "base.jpg",
"door": {
"white": "door-white.png",
"black": "door-black.png"
},
"hardware": "handle-lever.png",
"overlay": {
"inside": "view-inside.png",
"outside": "view-outside.png"
}
}
}
}
]