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",
type: "color",
propertyID: "lightColor", // this actually shares "color" property with shape Color but
// separating naming here to distinguish property element/data
propertyName: "color",
propertyID: "lightColor",
propertyName: "color", // actual entity property name
},
{
label: "Intensity",