This commit is contained in:
David Back 2018-10-11 12:48:08 -07:00
parent 5528050898
commit 3f08400741

View file

@ -474,9 +474,8 @@ const GROUPS = [
{ {
label: "Light Color", label: "Light Color",
type: "color", type: "color",
propertyID: "lightColor", // this actually shares "color" property with shape Color but propertyID: "lightColor",
// separating naming here to distinguish property element/data propertyName: "color", // actual entity property name
propertyName: "color",
}, },
{ {
label: "Intensity", label: "Intensity",