Adding inference field (#1355)

This commit is contained in:
Mark Steele 2018-05-23 14:40:19 -04:00 committed by Shawn Erquhart
parent cb44fe5ea1
commit ee8f2d5752

View File

@ -37,7 +37,7 @@ export const INFERABLE_FIELDS = {
image: {
type: 'image',
secondaryTypes: [],
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo'],
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover'],
defaultPreview: value => value,
fallbackToFirstField: false,
showError: false,