From 048eec750a62dc86fefbf804bfed1eaf693513e2 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Fri, 30 Aug 2024 13:13:19 +0200 Subject: [PATCH] feat(compensations): helper description for offices field --- studio/schemas/documents/compensations.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/studio/schemas/documents/compensations.ts b/studio/schemas/documents/compensations.ts index 37731c664..66a03dd98 100644 --- a/studio/schemas/documents/compensations.ts +++ b/studio/schemas/documents/compensations.ts @@ -22,7 +22,10 @@ const compensations = defineType({ type: "document", title: "Compensations", fields: [ - offices, + { + ...offices, + description: "Which offices are these compensations relevant for?", + }, title, titleSlug, seo,