diff --git a/packages/netlify-cms-core/src/constants/fieldInference.js b/packages/netlify-cms-core/src/constants/fieldInference.js index 7aa2002f..223183a3 100644 --- a/packages/netlify-cms-core/src/constants/fieldInference.js +++ b/packages/netlify-cms-core/src/constants/fieldInference.js @@ -58,7 +58,17 @@ export const INFERABLE_FIELDS = { image: { type: 'image', secondaryTypes: [], - synonyms: ['image', 'thumbnail', 'thumb', 'picture', 'avatar', 'photo', 'cover', 'hero'], + synonyms: [ + 'image', + 'thumbnail', + 'thumb', + 'picture', + 'avatar', + 'photo', + 'cover', + 'hero', + 'logo', + ], defaultPreview: value => value, fallbackToFirstField: false, showError: false,