Skip to content

Commit

Permalink
chore(siteSettings): remove deprecated site settings schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 10, 2024
1 parent bd1df00 commit 249fbe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 130 deletions.
2 changes: 0 additions & 2 deletions studio/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ import legalDocument from "./schemas/documents/legalDocuments";
import benefit from "./schemas/documents/benefit";
import companyLocation from "./schemas/documents/companyLocation";
import compensations from "./schemas/documents/compensations";
import siteSettings from "./schemas/documents/siteSettings";

export const schema: { types: SchemaTypeDefinition[] } = {
types: [
companyInfo,
siteSettings,
navigationManager,
socialMediaLinks,
pageBuilder,
Expand Down
128 changes: 0 additions & 128 deletions studio/schemas/documents/siteSettings.ts

This file was deleted.

0 comments on commit 249fbe9

Please sign in to comment.