Skip to content

Commit

Permalink
Adding inference field (decaporg#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteele authored and erquhart committed May 23, 2018
1 parent cb44fe5 commit ee8f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/fieldInference.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ee8f2d5

Please sign in to comment.