From 863fa9bbc6b690023949c4f93f3e5f4ea5eb9f3c Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen Date: Tue, 10 Dec 2024 13:53:38 +0100 Subject: [PATCH] Add info regarding formatting of organization number --- studio/schemas/documents/admin/companyInfo.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/studio/schemas/documents/admin/companyInfo.ts b/studio/schemas/documents/admin/companyInfo.ts index 4f8642e0b..a70292ef3 100644 --- a/studio/schemas/documents/admin/companyInfo.ts +++ b/studio/schemas/documents/admin/companyInfo.ts @@ -25,7 +25,8 @@ const companyInfo = defineType({ name: "organizationNumber", type: "string", title: "Organization Number", - description: "Enter the organization number", + description: + "Enter the organization number, with formatting according to your country's standards e.g. in Norway: xxx xxx xxx, or Sweden: xxxxxx-xxxx", }), defineField({ name: "companyPhone",