Added back in 'light position' and 'center' with fixes for <ArrayInput/>

This also improves the usage of *-translate which uses the <ArrayInput/>
This commit is contained in:
orangemug
2019-10-19 12:16:56 +01:00
parent ab16120af2
commit 9743361e0d
5 changed files with 92 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export default class PropertyGroup extends React.Component {
onChange={this.onPropertyChange}
key={fieldName}
fieldName={fieldName}
value={fieldValue === undefined ? fieldSpec.default : fieldValue}
value={fieldValue}
fieldSpec={fieldSpec}
/>
})