From dde357498e6bd27d79da33b6545ac66aa5841877 Mon Sep 17 00:00:00 2001 From: Petter Hohle Date: Wed, 4 Dec 2024 10:35:29 +0100 Subject: [PATCH] Use internationalizedArrayText for description field --- studio/schemas/objects/sections/employeeHighlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/schemas/objects/sections/employeeHighlight.ts b/studio/schemas/objects/sections/employeeHighlight.ts index c5a4172b8..e3bed1baf 100644 --- a/studio/schemas/objects/sections/employeeHighlight.ts +++ b/studio/schemas/objects/sections/employeeHighlight.ts @@ -25,7 +25,7 @@ export const employeeHighlightSection = defineField({ }, { name: "description", - type: "internationalizedArrayString", + type: "internationalizedArrayText", title: "Description", description: "The body text in the section.", },