{
	"urls" : {
		"rooms": "https://storage.googleapis.com/yk-cdn/images/configurator/_rooms",
		"frames": "https://storage.googleapis.com/yk-cdn/images/configurator/_frames",
		"dev": "yellowkorner7.test"
	},

	"defaults": {
		"background": ["desk-rect", "bedroom-rect", "lounge-rect"],
		"color": ["BEIGE","MARINE","RED","WHITE"],
		"frame": {
			"CLASSIC": "BLACK ALUMINIUM",
			"ARTSHOT_50X70": "BLACK ALUMINIUM",
			"SELECTION": "NONE",
			"MINI 2017": "NONE",
			"LARGE FORMAT": "NONE",
			"GIANT FORMAT": "NONE",
			"COLLECTOR": "NONE"
		},
		"finish": "ALU"
	},

	"labels": {
		"rooms": ["LOUNGE", "BEDROOM", "DESK"],
		"colors": ["BEIGE","MARINE","RED","WHITE"]
	},

	"backgrounds" : {
		"full": {
			"colors": ["WHITE"],
			"formats": ["MINI 2017", "CLASSIC", "ARTSHOT_50X70", "SELECTION", "LARGE FORMAT", "GIANT FORMAT", "COLLECTOR"],
			"room_selector" : false
		},
		"perso": {
			"name": "PERSO",
			"bg_mm_width": 4000,
			"bg_mm_height": 2500,
			"bg_mm_top": 0,
			"bg_mm_bottom": 0,
			"colors": ["BEIGE","MARINE","RED", "WHITE"],
			"formats": ["MINI 2017", "CLASSIC", "ARTSHOT_50X70", "SELECTION", "LARGE FORMAT", "GIANT FORMAT", "COLLECTOR"],
			"room_selector" : false
		},
		"lounge-rect": {
			"name": "LOUNGE",
			"bg_mm_width": 4900,
			"bg_mm_height": 2660,
			"bg_mm_top": 300,
			"bg_mm_bottom": 1000,
			"colors": ["BEIGE","MARINE","RED", "WHITE"],
			"formats": ["LARGE FORMAT", "GIANT FORMAT", "COLLECTOR"],
			"format_override": {
				"COLLECTOR": {"bg_mm_top": 0}
			}
		},
		"bedroom-rect": {
			"name": "BEDROOM",
			"bg_mm_width": 4900,
			"bg_mm_height": 2660,
			"bg_mm_top": 300,
			"bg_mm_bottom": 1000,
			"colors": ["BEIGE","MARINE","RED", "WHITE"],
			"formats": ["LARGE FORMAT", "GIANT FORMAT", "COLLECTOR"],
			"format_override": {
				"COLLECTOR": {"bg_mm_top": 0}
			}
		},
		"desk-rect": {
			"name": "DESK",
			"bg_mm_width": 2940,
			"bg_mm_height": 1596,
			"bg_mm_top": 300,
			"bg_mm_bottom": 525,
			"colors": ["BEIGE","MARINE","RED", "WHITE"],
			"formats": ["CLASSIC", "ARTSHOT_50X70", "MINI 2017", "SELECTION"],
			"format_override": {
				"CLASSIC": {"bg_mm_top": 0},
				"ARTSHOT_50X70": {"bg_mm_top": 0}
			}
		}
	},

	"frames": {
		"NONE": {
			"dimensions": true,
			"border_mm": 0,
			"edging_mm": 0,
			"css": {
				"borderStyle": "",
				"boxShadow": "0px 0px 1rem black"
			}
		},
		"NUDE": {
			"dimensions": true,
			"border_mm": 5,
			"edging_mm": 0,
			"textured": false,
			"css": {
				"borderStyle": "solid",
				"borderColor": "#fff",
				"backgroundColor": "",
				"boxShadow": "0px 0px 1rem black"
			}
		},
		"SILVER": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#c9c9c9"
			}
		},
		"BUBINGA": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#e2b8a8"
			}
		},
		"WENGE": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#7c5846"
			}
		},
		"BLACK SATIN": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#000000"
			}
		},
		"WHITE SATIN": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#ffffff"
			}
		},
		"WALNUT": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#dbc4a6"
			}
		},
		"GRAPHITE": {
			"border_mm": 30,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#6d6d6d"
			}
		},
		"BRUSHED CHAMPAGNE": {
			"border_mm": 15,
			"css": {
				"borderImageWidth": "30@mm",
				"borderImageSlice": "38",
				"boxShadow": "0px 0px 1rem black",
				"backgroundColor": "#dbc4a6"
			}
		},
		"BLACK ALUMINIUM": {
			"width_mm": 400,
			"height_mm": 500,
			"border_mm": 10,
			"textured": false,
			"dimensions": true,
			"css": {
				"boxShadow": "rgb(11, 10, 10) 0px 0px 0.2rem 0.05rem inset,rgba(0, 0, 0, 0.25) 0 0 0.25em 0.25em",
				"borderColor": "rgb(11, 10, 10)",
				"backgroundColor": "rgb(255, 255, 255)"
			},
			"format_override": {
				"ARTSHOT_50X70": {"width_mm": 500, "height_mm": 700, "border_mm": 20},
				"LARGE FORMAT": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 15,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				},
				"GIANT FORMAT": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 15,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				},
				"COLLECTOR": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 15,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				}
			}
		},
		"WHITE WOOD": {
			"width_mm": 400,
			"height_mm": 500,
			"border_mm": 10,
			"dimensions": true,
			"textured": false,
			"css": {
				"boxShadow": "rgb(11, 10, 10) 0px 0px 0.2rem 0.05rem inset,rgba(0, 0, 0, 0.25) 0 0 0.25em 0.25em",
				"borderColor": "#faf8fb",
				"backgroundColor": "rgb(255, 255, 255)"
			},
			"format_override": {
				"ARTSHOT_50X70": {"width_mm": 500, "height_mm": 700, "border_mm": 20}
			}
		},
		"GOLD": {
			"width_mm": 400,
			"height_mm": 500,
			"border_mm": 10,
			"dimensions": true,
			"textured": false,
			"css": {
				"boxShadow": "rgb(11, 10, 10) 0px 0px 0.2rem 0.05rem inset,rgba(0, 0, 0, 0.25) 0 0 0.25em 0.25em",
				"borderColor": "#a9a379",
				"backgroundColor": "rgb(255, 255, 255)"
			},
			"format_override": {
				"ARTSHOT_50X70": {"width_mm": 500, "height_mm": 700, "border_mm": 20}
			}
		},
		"OAK": {
			"width_mm": 400,
			"height_mm": 500,
			"border_mm": 10,
			"dimensions": true,
			"textured": false,
			"css": {
				"boxShadow": "rgb(11, 10, 10) 0px 0px 0.2rem 0.05rem inset,rgba(0, 0, 0, 0.25) 0 0 0.25em 0.25em",
				"borderColor": "#dfb58b",
				"backgroundColor": "rgb(255, 255, 255)"
			},
			"format_override": {
				"ARTSHOT_50X70": {"width_mm": 500, "height_mm": 700, "border_mm": 20},
				"LARGE FORMAT": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 30,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				},
				"GIANT FORMAT": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 30,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				},
				"COLLECTOR": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 30,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				}
			}
		},
		"ALU BROSSE": {
			"width_mm": 400,
			"height_mm": 500,
			"border_mm": 10,
			"dimensions": true,
			"textured": false,
			"css": {
				"boxShadow": "rgb(11, 10, 10) 0px 0px 0.2rem 0.05rem inset,rgba(0, 0, 0, 0.25) 0 0 0.25em 0.25em",
				"borderColor": "#cbc6c3",
				"backgroundColor": "rgb(255, 255, 255)"
			},
			"format_override": {
				"ARTSHOT_50X70": {"width_mm": 500, "height_mm": 700, "border_mm": 20},
				"LARGE FORMAT": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 15,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				},
				"GIANT FORMAT": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 15,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				},
				"COLLECTOR": {
					"width_mm": null,
					"height_mm": null,
					"border_mm": 15,
					"textured": true,
					"css": {
						"borderImageWidth": "30@mm",
						"borderImageSlice": "38",
						"boxShadow": "0px 0px 1rem black",
						"backgroundColor": "#dbc4a6"
					}
				}
			}
		},
		"MATT MAHOGANY": {
			"width_mm": 400,
			"height_mm": 500,
			"border_mm": 10,
			"dimensions": true,
			"textured": false,
			"css": {
				"boxShadow": "rgb(11, 10, 10) 0px 0px 0.2rem 0.05rem inset,rgba(0, 0, 0, 0.25) 0 0 0.25em 0.25em",
				"borderColor": "#481f1a",
				"backgroundColor": "rgb(255, 255, 255)"
			},
			"format_override": {
				"ARTSHOT_50X70": {"width_mm": 500, "height_mm": 700, "border_mm": 20}
			}
		}
	},

	"finishes" : {
		"PLEXI": {
			"css": {
				"backgroundImage": "url(https://storage.googleapis.com/yk-cdn/images/pic-presentation/plexi_brillant.png)",
				"backgroundSize": "100% 100%",
				"backgroundRepeat": "no-repeat"
			}
		},
		"PAPER": {
			"css": {
				"backgroundImage": "url(https://storage.googleapis.com/yk-cdn/images/pic-presentation/plexi_brillant.png)",
				"backgroundSize": "100% 100%",
				"backgroundRepeat": "no-repeat"
			}
		},
		"MUSEUM_GLASS": {
			"css": {
				"backgroundImage": "",
				"backgroundRepeat": ""
			}
		},
		"MAT": {
			"css": {
				"backgroundImage": "url(https://storage.googleapis.com/yk-cdn/images/pic-presentation/plexi_mat.png)",
				"backgroundRepeat": "repeat"
			}
		},
		"ALU": {
			"css": {
				"backgroundImage": "",
				"backgroundRepeat": ""
			}
		},
		"NUDE": {
			"css": {
				"backgroundImage": "",
				"backgroundRepeat": ""
			}
		},
		"NONE": {
			"css": {
				"backgroundImage": "",
				"backgroundRepeat": ""
			}
		},
		"ARTSHOTS": {
			"css": {
				"backgroundImage": "url(https://storage.googleapis.com/yk-cdn/images/pic-presentation/plexi_brillant.png)",
				"backgroundSize": "100% 100%",
				"backgroundRepeat": "no-repeat"
			}
		},
		"BLACKOUT": {
			"css": {
				"frameBackground": "#34333b",
				"frameShadow": "0 0 .2rem .05rem #000000 inset"
			}
		}
	}
}