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 12ce7fc commit e3d589fCopy full SHA for e3d589f
packages/root-cms/core/schema.ts
@@ -340,7 +340,7 @@ export type Collection = SchemaWithTypes & {
340
*/
341
preview?: {
342
/** The field that provides the document title. */
343
- title?: string;
+ title?: string | string[];
344
/** The field that provides the document image. */
345
image?: string | string[];
346
/** A fallback image to display when the document image field is empty. */
0 commit comments