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: {
|
image: {
|
||||||
type: 'image',
|
type: 'image',
|
||||||
secondaryTypes: [],
|
secondaryTypes: [],
|
||||||
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover'],
|
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover', 'hero'],
|
||||||
defaultPreview: value => value,
|
defaultPreview: value => value,
|
||||||
fallbackToFirstField: false,
|
fallbackToFirstField: false,
|
||||||
showError: false,
|
showError: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user