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 Dec 5, 2024
1 parent ddb517f commit fe8a1f1
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 fe8a1f1

Please sign in to comment.