feat: Add 'hero' as inferable image field (#3294)
This commit is contained in:
parent
5ea1554a07
commit
971926c369
@ -58,7 +58,7 @@ export const INFERABLE_FIELDS = {
|
||||
image: {
|
||||
type: 'image',
|
||||
secondaryTypes: [],
|
||||
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover'],
|
||||
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover', 'hero'],
|
||||
defaultPreview: value => value,
|
||||
fallbackToFirstField: false,
|
||||
showError: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user