Files
CGW-Quote-Builder/information/products-layered-example.json
Jason 29154bd651 Editor Support
Co-authored-by: Copilot <copilot@github.com>
2026-05-05 15:42:30 -05:00

176 lines
4.1 KiB
JSON

[
{
"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": "600",
"productCode": "600",
"category": "DOORS",
"description": "#600 PREMIUM ENTRY DOOR WITH PLANTS",
"discontinued": false,
"location": "Iola",
"baseType": "Door",
"subType": {
"door": "Entry Door",
"window": null
},
"materials": [
"Aluminum"
],
"colors": [
"White",
"Black",
"Bronze",
"Sandstone"
],
"isAccessory": false,
"compatibleAccessories": [],
"image": "images/600.jpg",
"imageConfig": {
"layered": true,
"basePath": "images/products/600/",
"layers": {
"base": "house-background.jpg",
"door": {
"white": "door-white.png",
"black": "door-black.png",
"bronze": "door-bronze.png",
"sandstone": "door-sandstone.png"
},
"hardware": "handle-silver.png",
"foreground": "plants.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"
}
}
}
},
{
"id": "700",
"productCode": "700",
"category": "DOORS",
"description": "#700 MODERN ENTRY DOOR (Canvas API Example)",
"discontinued": false,
"location": "Iola",
"baseType": "Door",
"subType": {
"door": "Entry Door",
"window": null
},
"materials": [
"Aluminum",
"Vinyl"
],
"colors": [
"White",
"Black",
"Bronze"
],
"isAccessory": false,
"compatibleAccessories": [],
"image": "images/700.jpg",
"imageConfig": {
"useCanvasAPI": true
},
"_comment": "Canvas API Example - Images will be automatically loaded from hierarchical fallback system. Product-specific images go in /images/doors/entry/700/, shared images go in /images/doors/entry/layers/, /images/doors/layers/, or /images/layers/"
}
]