We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcfe71 commit 12ce7fcCopy full SHA for 12ce7fc
packages/root-cms/core/schema.ts
@@ -342,7 +342,7 @@ export type Collection = SchemaWithTypes & {
342
/** The field that provides the document title. */
343
title?: string;
344
/** The field that provides the document image. */
345
- image?: string;
+ image?: string | string[];
346
/** A fallback image to display when the document image field is empty. */
347
defaultImage?: {
348
src: string;
0 commit comments