Skip to content

Commit

Permalink
feat(companyInfo): deprecate and hide analytics and tracking field
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Aug 30, 2024
1 parent 45420e5 commit 8d2c2ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions studio/schemas/documents/companyInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ const companyInfo = defineType({
],
},
{
deprecated: {
reason: "Analytics and Tracking is longer used",
},
readOnly: true,
hidden: true,
name: "analyticsTracking",
type: "object",
title: "Analytics and Tracking",
Expand Down

0 comments on commit 8d2c2ae

Please sign in to comment.