Skip to content

Commit

Permalink
Add info regarding formatting of organization number
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Dec 10, 2024
1 parent 53c6aa3 commit 863fa9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion studio/schemas/documents/admin/companyInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 863fa9b

Please sign in to comment.