From b94ccfb3be344e63ca0abc82dc2a5e460b4b078e Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Mon, 30 Dec 2024 18:04:33 +0200 Subject: [PATCH] Update features.ts --- apps/frontend/sanity/schemas/sections/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/sanity/schemas/sections/features.ts b/apps/frontend/sanity/schemas/sections/features.ts index 5a9f668c0..e3b314d0c 100644 --- a/apps/frontend/sanity/schemas/sections/features.ts +++ b/apps/frontend/sanity/schemas/sections/features.ts @@ -20,7 +20,7 @@ export const features = defineSection({ title: "Features", description: "The third feature will be displayed as a large card. The rest will be small cards.", - validation: (Rule) => Rule.min(5).max(5), + validation: (Rule) => Rule.min(2).max(5), options: { sortable: false, },