Skip to content

Commit

Permalink
Add new fields to externalFile type
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed Jan 13, 2025
1 parent c37c903 commit 5d0cf02
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions carbon-projects/schemas/objects/externalFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@ export default defineType({
title: "MIME Type",
name: "mimetype",
},
{
type: "string",
title: "File category",
name: "category",
},
{
type: "number",
title: "File size",
name: "size",
},
],
});

0 comments on commit 5d0cf02

Please sign in to comment.