Skip to content

Commit

Permalink
feat(companyInfo): more descriptive description
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Aug 30, 2024
1 parent 528b3e3 commit fb954ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion studio/schemas/documents/companyInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const companyInfo = defineType({
type: "document",
title: "Company Information",
description:
"Configure global settings for your site including brand assets, tracking codes, and default SEO settings.",
"Manage all your global site settings here, including brand assets and company information. " +
"Everything stored here is essential for consistent branding, and is referenced across various site sections, " +
"such as your office locations.",
fields: [
{
name: "siteMetadata",
Expand Down

0 comments on commit fb954ea

Please sign in to comment.