Merge pull request #601 from orangemug/fix/issue-588

Added new fieldSpec.type 'resolvedImage'
This commit is contained in:
Orange Mug 2020-01-19 09:59:41 +00:00 committed by GitHub
commit 6c240d53e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,7 @@ export default class SpecField extends React.Component {
{...commonProps}
options={options}
/>
case 'resolvedImage':
case 'formatted':
case 'string':
if(iconProperties.indexOf(this.props.fieldName) >= 0) {