Adding inference field (#1355)
This commit is contained in:
parent
cb44fe5ea1
commit
ee8f2d5752
@ -37,7 +37,7 @@ export const INFERABLE_FIELDS = {
|
|||||||
image: {
|
image: {
|
||||||
type: 'image',
|
type: 'image',
|
||||||
secondaryTypes: [],
|
secondaryTypes: [],
|
||||||
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo'],
|
synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover'],
|
||||||
defaultPreview: value => value,
|
defaultPreview: value => value,
|
||||||
fallbackToFirstField: false,
|
fallbackToFirstField: false,
|
||||||
showError: false,
|
showError: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user